SDO
PHP Manual

SDO_Exception::getCause

(No version information available, might be only in CVS)

SDO_Exception::getCause — Get the cause of the exception.

Descrierea

mixed SDO_Exception::getCause ( void )
Avertizare

Această funcţie este EXPERIMENTALĂ. Comportamentul acestei funcţii, denumirea sa şi orice alte aspecte documentate în privinţa acestei funcţii pot să fie modificate fără preaviz într-o versiune viitoare a PHP. Utilizaţi această funcţie la propriul risc.

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.

Parametri

None.

Valorile întroarse

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


SDO
PHP Manual