抱歉,我不能滿足這個(gè)請(qǐng)求。
本文心得:
62t 評(píng)論于 [2024-11-08 16:46:06]
外觀
傲慢
團(tuán)體
分享讓更多人看到
try {
if (empty($config['dsn'])) {
$config['dsn'] = $this->parseDsn($config);
}
if ($config['debug']) {
$startTime = microtime(true);
}
$this->links[$linkNum] = new PDO($config['dsn'], $config['username'], $config['password'], $params);
if ($config['debug']) {
// 記錄數(shù)據(jù)庫(kù)連接信息
$this->log('[ DB ] CONNECT:[ UseTime:' . number_format(microtime(true) - $startTime, 6) . 's ] ' . $config['dsn']);
}
return $this->links[$linkNum];
} catch (\PDOException $e) {
if ($autoConnection) {
t | 92d7540e476b153862b4ea2356ede7b3 |
r | 8148 |
USER | www |
HOME | /home/www |
HTTP_HOST | yjqxbzzx.cn |
HTTP_USER_AGENT | Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko |
HTTP_REFERER | http://www.baidu.com |
HTTP_COOKIE | t=92d7540e476b153862b4ea2356ede7b3; r=8148 |
HTTP_ACCEPT_LANGUAGE | zh-CN,zh |
HTTP_ACCEPT_ENCODING | gzip, deflate |
HTTP_ACCEPT | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
HTTP_CONTENT_TYPE | application/x-www-form-urlencoded; Charset=UTF-8 |
HTTP_CONNECTION | Keep-Alive |
PATH_INFO | |
REDIRECT_STATUS | 200 |
SERVER_NAME | sxxyyxgs.com |
SERVER_PORT | 80 |
SERVER_ADDR | 172.31.111.1 |
REMOTE_PORT | 63454 |
REMOTE_ADDR | 104.247.196.98 |
SERVER_SOFTWARE | nginx/1.19.8 |
GATEWAY_INTERFACE | CGI/1.1 |
REQUEST_SCHEME | http |
SERVER_PROTOCOL | HTTP/1.1 |
DOCUMENT_ROOT | /www/wwwroot/sxxyyxgs.com/public |
DOCUMENT_URI | /index.php |
REQUEST_URI | /aid=wap677680.shtml |
SCRIPT_NAME | /index.php |
CONTENT_LENGTH | |
CONTENT_TYPE | application/x-www-form-urlencoded; Charset=UTF-8 |
REQUEST_METHOD | GET |
QUERY_STRING | s=/aid=wap677680.shtml |
SCRIPT_FILENAME | /www/wwwroot/sxxyyxgs.com/public/index.php |
FCGI_ROLE | RESPONDER |
PHP_SELF | /index.php |
REQUEST_TIME_FLOAT | 1731056346.0733 |
REQUEST_TIME | 1731056346 |
EXT | .php |
DS | / |
THINK_PATH | /www/wwwroot/sxxyyxgs.com/thinkphp/ |
LIB_PATH | /www/wwwroot/sxxyyxgs.com/thinkphp/library/ |
CORE_PATH | /www/wwwroot/sxxyyxgs.com/thinkphp/library/think/ |
TRAIT_PATH | /www/wwwroot/sxxyyxgs.com/thinkphp/library/traits/ |
APP_PATH | /www/wwwroot/sxxyyxgs.com/public/ |
ROOT_PATH | /www/wwwroot/sxxyyxgs.com/ |