SDO Funciones
PHP Manual

SDO_Exception::getCause

(^)

SDO_Exception::getCause Get the cause of the exception.

Descripción

mixed SDO_Exception::getCause ( void )
Warning

Esta función ha sido declarada EXPERIMENTAL. Su comportamiento, su nombre y la documentación que le acompaña puede cambiar sin previo aviso en futuras versiones de PHP. Use esta función bajo su propio riesgo.

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.

Parámetros

None.

Valores devueltos

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


SDO Funciones
PHP Manual