// 封装路由
$route = [$module, $controller, $action];
if ($this->hasDefinedRoute($route, $bind)) {
throw new HttpException(404, 'invalid request:' . str_replace('|', $depr, $url));
}
if ($controller && !preg_match('/^[A-Za-z](\w|\.)*$/', $controller)) {
throw new HttpException(404, 'controller not exists:' . $controller);
}
return $route;
}
/**
* 检查URL是否已经定义过路由
* @access protected
* @param string $route 路由信息
PHPSESSID | ndccpacnd2dk566ns559n775ar |
USER | www |
HOME | /home/www |
HTTP_COOKIE | PHPSESSID=ndccpacnd2dk566ns559n775ar |
HTTP_ACCEPT_ENCODING | gzip |
HTTP_ACCEPT | */* |
HTTP_HOST | www.ht-semi.com |
HTTP_USER_AGENT | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
PATH_INFO | /enhttp:/ht-semi.com/secondArticle/14.html |
REDIRECT_STATUS | 200 |
SERVER_NAME | www.ht-semi.com |
SERVER_PORT | 80 |
SERVER_ADDR | 172.16.0.11 |
REMOTE_PORT | 35014 |
REMOTE_ADDR | 107.158.144.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.ht-semi.com |
DOCUMENT_URI | /index.php |
REQUEST_URI | /enhttp:/ht-semi.com/secondArticle/14.html |
SCRIPT_NAME | /index.php |
CONTENT_LENGTH | |
CONTENT_TYPE | |
REQUEST_METHOD | GET |
QUERY_STRING | s=/enhttp:/ht-semi.com/secondArticle/14.html |
SCRIPT_FILENAME | /www/wwwroot/www.ht-semi.com/index.php |
FCGI_ROLE | RESPONDER |
PHP_SELF | /index.php |
REQUEST_TIME_FLOAT | 1694460783.2981 |
REQUEST_TIME | 1694460783 |
APP_PATH | /www/wwwroot/www.ht-semi.com/app/ |