Throwable::getCode

(PHP 7, PHP 8)

Throwable::getCode獲取異常代碼

說明

public Throwable::getCode(): int

返回 thrown 對象關聯(lián)的的錯誤號。

參數

此函數沒有參數。

返回值

返回 Exceptionint 異常代碼, 但如果是 Exception 的子類,可能會使其他類型(例如,PDOException 返回的類型是 string )。

參見