error_get_last() 函数获得最后发生的错误。
该函数以数组的形式返回最后发生的错误。如果没有错误发生则返回 NULL。
返回的错误数组包含 4 个键名和键值:
<?php echo $test; print_r(error_get_last()); ?>
上面代码的输出如下所示:
Array ( [type] => 8 [message] => Undefined variable: test [file] => C:webfoldertest.php [line] => 2 )
在线实例
字符集 & 工具
最新更新
站点信息
关注我们