Exception::getCode

(PHP 5, PHP 7)

Exception::getCode��ȡ�쳣����

˵��

final public Exception::getCode ( void ) : int

�����쳣���롣

����

�˺���û�в�����

����ֵ

Exception �������ͣ�integer�����쳣���룬�����������п��ܷ�����������(������ PDOException �з��� string)��

����

Example #1 Exception::getCode()ʾ��

<?php
try {
    throw new 
Exception("Some error message"30);
} catch(
Exception $e) {
    echo 
"The exception code is: " $e->getCode();
}
?>

�������̵���������ڣ�

The exception code is: 30

�μ�

  • Throwable::getCode()