php 显示错误方法
set_error_handler(function($errno, $errstr, $errfile, $errline)
{
echo $errno.‘<br/>‘.$errstr.‘<br/>‘.$errfile.‘ line:‘.$errline;
});
nginx 设置php config
fastcgi_param PHP_ADMIN_VALUE session.save_path=/tmp;
标签:显示 UNC lin 设置 cti ror err pos and
php 显示错误方法
set_error_handler(function($errno, $errstr, $errfile, $errline)
{
echo $errno.‘<br/>‘.$errstr.‘<br/>‘.$errfile.‘ line:‘.$errline;
});
nginx 设置php config
fastcgi_param PHP_ADMIN_VALUE session.save_path=/tmp;
标签:显示 UNC lin 设置 cti ror err pos and
原文地址:https://www.cnblogs.com/anjunact/p/8616126.html