* @param integer|Response $code 状态码 或者 Response对象实例
* @param string $message 错误信息
* @param array $header 参数
*/
function abort($code, $message = null, $header = [])
{
if ($code instanceof Response) {
throw new HttpResponseException($code);
} else {
throw new HttpException($code, $message, null, $header);
}
}
}
if (!function_exists('action')) {
/**
* 调用模块的操作方法 参数格式 [模块/控制器/]操作
* @param string $url 调用地址
* @param string|array $vars 调用参数 支持字符串和数组
think_shistory | think:[""] |
PHPSESSID | b7960bc63fjg2ek8ar9fn3rel8 |
USER | www |
HOME | /home/www |
PATH_TRANSLATED | redirect:/index.php/javascript |
PATH_INFO | /lists/javascript |
SCRIPT_NAME | /index.php |
REQUEST_URI | //index.php/lists/javascript |
QUERY_STRING | |
REQUEST_METHOD | GET |
SERVER_PROTOCOL | HTTP/1.1 |
GATEWAY_INTERFACE | CGI/1.1 |
REMOTE_PORT | 49220 |
SCRIPT_FILENAME | /www/wwwroot/infedium.com/index.php |
SERVER_ADMIN | webmaster@example.com |
CONTEXT_DOCUMENT_ROOT | /www/wwwroot/infedium.com |
CONTEXT_PREFIX | |
REQUEST_SCHEME | http |
DOCUMENT_ROOT | /www/wwwroot/infedium.com |
REMOTE_ADDR | 170.130.202.26 |
SERVER_PORT | 80 |
SERVER_ADDR | 172.16.221.88 |
SERVER_NAME | www.infedium.com |
SERVER_SOFTWARE | Apache |
SERVER_SIGNATURE | Apache Server at www.infedium.com Port 80 |
LD_LIBRARY_PATH | /www/server/apache/lib:/www/server/apache/lib |
PATH | /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin |
HTTP_COOKIE | think_shistory=think%3A%5B%22%22%5D; PHPSESSID=b7960bc63fjg2ek8ar9fn3rel8 |
HTTP_ACCEPT_ENCODING | gzip |
HTTP_ACCEPT | */* |
HTTP_HOST | www.infedium.com |
HTTP_USER_AGENT | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
proxy-nokeepalive | 1 |
FCGI_ROLE | RESPONDER |
PHP_SELF | /index.php/lists/javascript |
REQUEST_TIME_FLOAT | 1737609373.1288 |
REQUEST_TIME | 1737609373 |
ROOT_PATH | /www/wwwroot/infedium.com/ |
APP_PATH | /www/wwwroot/infedium.com/application/ |
DS | / |
ADDON_PATH | /www/wwwroot/infedium.com/addons/ |
ROOT_URL | / |
TEMPLATE_PATH | /www/wwwroot/infedium.com/templates/ |
PINYIN_DEFAULT | 4096 |
PINYIN_TONE | 2 |
PINYIN_NO_TONE | 4 |
PINYIN_ASCII_TONE | 8 |
PINYIN_NAME | 16 |
PINYIN_KEEP_NUMBER | 32 |
PINYIN_KEEP_ENGLISH | 64 |
PINYIN_UMLAUT_V | 128 |
PINYIN_KEEP_PUNCTUATION | 256 |