(PHP 5 >= 5.2.0, PHP 7)
error_get_last — ��ȡ������Ĵ���
��ȡ�������һ�������Ĵ������Ϣ��
������һ���������飬���������������Ϣ���Ըô���� "type"��
"message"��"file" �� "line" Ϊ����ļ���
����ô����� PHP ���ú������µģ�"message"���Ըú�������ͷ��
�����û�д����� NULL��
Example #1 An error_get_last() ����
<?php
echo $a;
print_r(error_get_last());
?>
�������̵���������ڣ�
Array
(
[type] => 8
[message] => Undefined variable: a
[file] => C:\WWW\index.php
[line] => 2
)
display_errors ָ��html_errors ָ��xmlrpc_errors ָ��