Oracle
PHP Manual

ora_errorcode

(PHP 4, PHP 5 <= 5.0.5)

ora_errorcode — Gets an Oracle error code

Опи�ание

int ora_errorcode ([ resource $cursor_or_connection ] )

Returns the numeric error code of the last executed statement on the specified cursor or connection.

Спи�ок параметров

cursor_or_connection

An Oracle cursor or connection identifier.

Возвращаемые значени�

Returns the error code, as an integer.

Спи�ок изменений

Вер�и� Опи�ание
5.1.0

The oracle extension is deprecated in favor of oci8.

3.0.4 Support for connection identifiers was added.

Примечани�

When using oci8 as a replacement for the deprecated oracle extension, consider using:


Oracle
PHP Manual