SDO_Exception::getCause

(^)

SDO_Exception::getCause Get the cause of the exception

Opis

SDO_Exception::getCause ( void ) : mixed
Ostrzeżenie

Ta funkcja jest w stadium EKSPERYMENTALNYM. Oznacza to, że zachowanie funkcji, jej nazwa, w zasadzie wszystko udokumentowane tutaj może zostać zmienione w przyszłych wersjach PHP bez wcześniejszego uprzedzenia. Używaj tej funkcji na własne ryzyko.

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.

Parametry

None.

Zwracane wartości

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