ora_errorcode
(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1)
ora_errorcode -- Gets an Oracle error code
Beskrivelse
int
ora_errorcode ( [resource cursor_or_connection] )
Returns the numeric error code of the last executed statement on
the specified cursor or connection.
Parameterliste
cursor_or_connection
An Oracle cursor or connection identifier.
Returneringsværdier
Returns the error code, as an integer.
Notes
When using oci8
as a replacement for the deprecated oracle
extension, consider using: