Subversion Repositories qbpwcf-lib(archive)

Rev

Rev 944 | Rev 958 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 944 Rev 945
Line 2001... Line 2001...
2001
#參考資料:
2001
#參考資料:
2002
#$_SERVER=>http://php.net/manual/zh/reserved.variables.server.php
2002
#$_SERVER=>http://php.net/manual/zh/reserved.variables.server.php
2003
#取得伺服器名稱與IP=>http://php.net/manual/en/function.gethostname.php
2003
#取得伺服器名稱與IP=>http://php.net/manual/en/function.gethostname.php
2004
#備註:
2004
#備註:
2005
#無.
2005
#無.
2006
$getConnectionInfo=cmd::getConnectionInfo($conf);
2006
$getConnectionInfo=csInformation::getConnectionInfo($conf);
2007
unset($conf);
2007
unset($conf);
2008
 
2008
 
2009
#如果執行失敗
2009
#如果執行失敗
2010
if($getConnectionInfo["status"]==="false"){
2010
if($getConnectionInfo["status"]==="false"){
2011
 
2011