1. 程式人生 > >php 顯示錯誤方法

php 顯示錯誤方法

and echo fig nginx div HA set errno error

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;

php 顯示錯誤方法