Parse error: syntax error, unexpected '<', expecting '(' in D:\phpStudy_2016\WWW\tp5\thinkphp\helper.php on line 414
[4] ErrorException in helper.php line 414
syntax error, unexpected '<', expecting '('
}
}
}
if (!function_exists('request')) {
/**
* 获取当前Request对象实例
* @return Request
*/
function <request></request>()
{
return Request::instance();
}
}
if (!function_exists('response')) {
/**
* 创建普通 Response 对象实例
* @param mixed $data 输出数据
Call Stack
in helper.php line 414
at Error::appShutdown()
最佳答案