Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
oci_error
Seznam parametrů
source
For most errors, the parameter is the most appropriate resource handle. For connection errors with oci_connect(), oci_new_connect() or oci_pconnect() do not pass a parameter.
Návratové hodnoty
If no error is found, oci_error() returns FALSE. oci_error() returns the error as an associative array. In this array, code consists the oracle error code and message the oracle error string.
PÅ™Ãklady
Poznámky
Poznámka: In PHP versions before 5.0.0 you must use ocierror() instead. This name still can be used, it was left as alias of oci_error() for downwards compatability. This, however, is deprecated and not recommended.
PÅ™edcházejÃcà | Domů | Dalšà |
oci_define_by_name | Nahoru |