Throwable::getCode
Throwable::getCode
(PHP 7)
Throwable :: getCode - 获取异常代码
描述
abstract public int Throwable::getCode ( void )
返回与引发对象关联的错误代码。
参数
该功能没有参数。
返回值
在Exception中返回异常代码的整数,但可能是异常后代中的其他类型(例如PDOException中的字符串)。
← Throwable::getMessage
Throwable::getFile →