Loading...
<?php header("Content-Type: text/html; charset=utf-8"); //编辑输出编码 set_error_handler('myHandler'); //自定义错误处理函数 function myHandler($code, $msg, $file, $line) { echo ...