(PHP 5, PHP 7)
Exception::getFile — �����쳣ʱ�ij����ļ�����
��ȡ�����쳣�ij����ļ����ơ�
�˺���û�в�����
���ط����쳣�ij����ļ����ơ�
Example #1 Exception::getFile()ʾ��
<?php
try {
throw new Exception;
} catch(Exception $e) {
echo $e->getFile();
}
?>
�������̵���������ڣ�
/home/bjori/tmp/ex.php