Throwable::getCode

(PHP 7)

Throwable::getCodeGets the exception code

Опис

abstract public int Throwable::getCode ( void )

Returns the error code associated with the thrown object.

Параметри

В цієї функції немає параметрів.

Значення, що повертаються

Returns the exception code as integer in Exception but possibly as other type in Exception descendants (for example as string in PDOException).

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top