if ($this->param['auto_search']) {
$controller = $this->autoFindController($module, $path);
} else {
// 解析控制器
$controller = !empty($path) ? array_shift($path) : null;
}
if ($controller && !preg_match('/^[A-Za-z0-9][\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;
_currentUrl_ | /form/index/column_id/109.html?column_id=109&lang=zh-cn&status=1&p=4 |
PHPSESSID | 82jb7v3553955b6i1fsbdsvqj5 |
USER | www |
HOME | /home/www |
HTTP_COOKIE | _currentUrl_=%2Fform%2Findex%2Fcolumn_id%2F109.html%3Fcolumn_id%3D109%26lang%3Dzh-cn%26status%3D1%26p%3D4; PHPSESSID=82jb7v3553955b6i1fsbdsvqj5 |
HTTP_ACCEPT_ENCODING | gzip |
HTTP_ACCEPT | */* |
HTTP_HOST | www.lcywhx.com |
HTTP_USER_AGENT | Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com) |
PATH_INFO | |
REDIRECT_STATUS | 200 |
SERVER_NAME | lcywhx.com |
SERVER_PORT | 80 |
SERVER_ADDR | 172.17.80.68 |
REMOTE_PORT | 51428 |
REMOTE_ADDR | 107.158.252.242 |
SERVER_SOFTWARE | nginx/1.20.2 |
GATEWAY_INTERFACE | CGI/1.1 |
REQUEST_SCHEME | http |
SERVER_PROTOCOL | HTTP/1.1 |
DOCUMENT_ROOT | /www/wwwroot/lcywhx.com |
DOCUMENT_URI | /index.php |
REQUEST_URI | /2020/Y-series_0117/48.html |
SCRIPT_NAME | /index.php |
CONTENT_LENGTH | |
CONTENT_TYPE | |
REQUEST_METHOD | GET |
QUERY_STRING | s=/2020/Y-series_0117/48.html |
SCRIPT_FILENAME | /www/wwwroot/lcywhx.com/index.php |
FCGI_ROLE | RESPONDER |
PHP_SELF | /index.php |
REQUEST_TIME_FLOAT | 1700919388.1054 |
REQUEST_TIME | 1700919388 |
APP_PATH | /www/wwwroot/lcywhx.com/application/ |