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;
USER | www |
HOME | /home/www |
HTTP_ACCEPT_ENCODING | gzip |
HTTP_ACCEPT | */* |
HTTP_HOST | www.linuottc.com |
HTTP_USER_AGENT | CCBot/2.0 (https://commoncrawl.org/faq/) |
PATH_INFO | /ProductDetail/2847165.html |
REDIRECT_STATUS | 200 |
SERVER_NAME | www.linuottc.com |
SERVER_PORT | 80 |
SERVER_ADDR | 58.51.152.20 |
REMOTE_PORT | 41416 |
REMOTE_ADDR | 173.232.242.158 |
SERVER_SOFTWARE | nginx/1.24.0 |
GATEWAY_INTERFACE | CGI/1.1 |
REQUEST_SCHEME | http |
SERVER_PROTOCOL | HTTP/1.1 |
DOCUMENT_ROOT | /www/wwwroot/www.linuottc.com/public |
DOCUMENT_URI | /index.php/ProductDetail/2847165.html |
REQUEST_URI | /index.php/ProductDetail/2847165.html |
SCRIPT_NAME | /index.php |
CONTENT_LENGTH | |
CONTENT_TYPE | |
REQUEST_METHOD | GET |
QUERY_STRING | |
SCRIPT_FILENAME | /www/wwwroot/www.linuottc.com/public/index.php |
FCGI_ROLE | RESPONDER |
PHP_SELF | /index.php/ProductDetail/2847165.html |
REQUEST_TIME_FLOAT | 1733805365.8468 |
REQUEST_TIME | 1733805365 |
ADMIN_FILE | admin.php |
__ROOT_PATH__ | /www/wwwroot/www.linuottc.com/public/../ |
HTMLPURIFIER_PREFIX | /www/wwwroot/www.linuottc.com/vendor/ezyang/htmlpurifier/library |