SDO_Exception::getCause

(^)

SDO_Exception::getCause Get the cause of the exception

Açıklama

SDO_Exception::getCause ( void ) : mixed
Uyarı

Bu işlev DENEYSELDİR. Bu işlevin davranışı, ismi ve belgeleri PHP'nin sonraki sürümlerinde hiçbir duyuru yapılmaksızın değiştirilebilir. Bu riski göze alamayacaksanız bu işlevi kullanmayın.

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.

Değiştirgeler

None.

Dönen Değerler

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