$path = $this->rule->parseUrlPath($url);
if (empty($path)) {
return [null, null];
}
// 解析控制器
$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;
$var = [];
// 解析额外参数
if ($path) {
preg_replace_callback('/(\w+)\|([^\|]+)/', function ($match) use (&$var) {
HKCMSSESSID | 5b32487047625a878e1464f9cc5dd5c7 |
index_hkcms_lang | zh-cn |
old_index_hkcms_lang | zh-cn |
USER | nobody |
HOME | / |
HTTP_COOKIE | HKCMSSESSID=5b32487047625a878e1464f9cc5dd5c7; index_hkcms_lang=zh-cn; old_index_hkcms_lang=zh-cn |
HTTP_ACCEPT_ENCODING | gzip |
HTTP_ACCEPT | */* |
HTTP_HOST | www.cn-hlc.com |
HTTP_USER_AGENT | Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/) |
REDIRECT_STATUS | 200 |
SERVER_NAME | wh-nhcku3hrj4prxte94uj.my3w.com |
SERVER_PORT | 80 |
SERVER_ADDR | 172.21.63.162 |
REMOTE_PORT | 41650 |
REMOTE_ADDR | 205.164.2.242 |
SERVER_SOFTWARE | nginx/1.18.0 |
GATEWAY_INTERFACE | CGI/1.1 |
REQUEST_SCHEME | http |
SERVER_PROTOCOL | HTTP/1.1 |
DOCUMENT_ROOT | /data/user/htdocs/public |
DOCUMENT_URI | /index.php |
REQUEST_URI | /zh-cn/TF/www.shichengjinfu.com |
SCRIPT_NAME | /index.php |
CONTENT_LENGTH | |
CONTENT_TYPE | |
REQUEST_METHOD | GET |
QUERY_STRING | s=/zh-cn/TF/www.shichengjinfu.com |
PATH_INFO | |
SCRIPT_FILENAME | /data/user/htdocs/public/index.php |
FCGI_ROLE | RESPONDER |
PHP_SELF | /index.php |
REQUEST_TIME_FLOAT | 1741255512.6943 |
REQUEST_TIME | 1741255512 |