172.7.1.18 - Linux jqlgf-deployment-77947f88d7-7d6nc 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64 - whoami(www-data) - uid(33) gid(33)
VERSION
Linux jqlgf-deployment-77947f88d7-7d6nc 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64
nginx/1.19.9System Error
nginx/1.19.9
* @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('halt')) {/*** 调试变量并且中断输出* @param mixed $var 调试变量或者信息*/