}
// 设置当前请求的参数
$this->param = $var;
// 封装路由
$route = [$controller, $action];
if ($this->hasDefinedRoute($route)) {
throw new HttpException(404, 'invalid request:' . str_replace('|', $depr, $url));
}
return $route;
}
/**
* 检查URL是否已经定义过路由
* @access protected
* @param array $route 路由信息
code | A7292692907623436491 |
lang | zh-cn |
PHPSESSID | 97a7673d7d3253ad4df847d0348ff9b1 |
USER | www |
HOME | /home/www |
HTTP_COOKIE | lang=zh-cn; PHPSESSID=97a7673d7d3253ad4df847d0348ff9b1 |
HTTP_ACCEPT_ENCODING | gzip |
HTTP_ACCEPT | */* |
HTTP_HOST | www.imjiayi.com |
HTTP_USER_AGENT | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
PATH_INFO | |
REDIRECT_STATUS | 200 |
SERVER_NAME | www.imjiayi.com |
SERVER_PORT | 80 |
SERVER_ADDR | 172.18.90.161 |
REMOTE_PORT | 42806 |
REMOTE_ADDR | 107.158.193.210 |
SERVER_SOFTWARE | nginx/1.20.1 |
GATEWAY_INTERFACE | CGI/1.1 |
REQUEST_SCHEME | http |
SERVER_PROTOCOL | HTTP/1.1 |
DOCUMENT_ROOT | /www/wwwroot/www.imjiayi.com/public |
DOCUMENT_URI | /index.php |
REQUEST_URI | /index/index/blog_details.html?code=A7292692907623436491 |
SCRIPT_NAME | /index.php |
CONTENT_LENGTH | |
CONTENT_TYPE | |
REQUEST_METHOD | GET |
QUERY_STRING | s=/index/index/blog_details.html&code=A7292692907623436491 |
SCRIPT_FILENAME | /www/wwwroot/www.imjiayi.com/public/index.php |
FCGI_ROLE | RESPONDER |
PHP_SELF | /index.php |
REQUEST_TIME_FLOAT | 1726096165.5981 |
REQUEST_TIME | 1726096165 |