SDO Функции
PHP Manual

SDO_Exception::getCause

(^)

SDO_Exception::getCause Get the cause of the exception.

Описание

mixed SDO_Exception::getCause ( void )
Предупреждение

Тази функция е ЕКСПЕРИМЕНТАЛНА. Поведението на функцията, името й, както и съпътстващата документация, могат да бъдат променени без предупреждение в бъдеща версия на 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.


SDO Функции
PHP Manual