if ($this->param['auto_search']) {
$controller = $this->autoFindController($module, $path);
} else {
// 解析控制器
$controller = !empty($path) ? array_shift($path) : null;
}
if ($controller && !preg_match('/^[A-Za-z][\w|\.]*$/', $controller)) {
throw new HttpException(404, 'controller not exists:' . $controller);
}
// 解析操作
$action = !empty($path) ? array_shift($path) : null;
// 解析额外参数
if ($path) {
if ($this->rule->getConfig('url_param_type')) {
$var += $path;
PHPSESSID | hvvm23ejve7fkmp0cnmut28p98 |
USER | www |
HOME | /home/www |
HTTP_COOKIE | PHPSESSID=hvvm23ejve7fkmp0cnmut28p98 |
HTTP_ACCEPT_ENCODING | gzip |
HTTP_ACCEPT | */* |
HTTP_HOST | www.huatie-railway.com |
HTTP_USER_AGENT | CCBot/2.0 (https://commoncrawl.org/faq/) |
PATH_INFO | //sbzxyl/1408.html |
REDIRECT_STATUS | 200 |
SERVER_NAME | huatie.808696.com |
SERVER_PORT | 443 |
SERVER_ADDR | 172.21.45.104 |
REMOTE_PORT | 42288 |
REMOTE_ADDR | 23.231.76.210 |
SERVER_SOFTWARE | nginx/1.22.1 |
GATEWAY_INTERFACE | CGI/1.1 |
HTTPS | on |
REQUEST_SCHEME | https |
SERVER_PROTOCOL | HTTP/1.1 |
DOCUMENT_ROOT | /www/wwwroot/huatie.808696.com |
DOCUMENT_URI | /index.php//sbzxyl/1408.html |
REQUEST_URI | /sbzxyl/1408.html |
SCRIPT_NAME | /index.php |
CONTENT_LENGTH | |
CONTENT_TYPE | |
REQUEST_METHOD | GET |
QUERY_STRING | |
SCRIPT_FILENAME | /www/wwwroot/huatie.808696.com/index.php |
FCGI_ROLE | RESPONDER |
PHP_SELF | /index.php//sbzxyl/1408.html |
REQUEST_TIME_FLOAT | 1696016402.0903 |
REQUEST_TIME | 1696016402 |
APP_PATH | /www/wwwroot/huatie.808696.com/application/ |