PHP Velho Oeste 2024

SDO_Exception::getCause

(^)

SDO_Exception::getCause Get the cause of the exception

Описание

SDO_Exception::getCause ( void ) : mixed
Внимание

Эта функция является ЭКСПЕРИМЕНТАЛЬНОЙ. Поведение этой функции, ее имя и относящаяся к ней документация могут измениться в последующих версиях PHP без уведомления. Используйте эту функцию на свой страх и риск.

Returns the cause of this exception or NULL if the cause is nonexistent or unknown. Typically the cause will be an SDO_CPPException object, which may be used to obtain additional diagnostic information.

Список параметров

None.

Возвращаемые значения

Returns the cause of this exception or NULL if the cause is nonexistent or unknown.

add a note add a note

User Contributed Notes

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