oci_close
(PHP 5, PECL oci8:1.1-1.2.3)
oci_close — Closes Oracle connection
Popis
bool oci_close ( resource $connection )Closes the Oracle connection.
Seznam parametrů
- connection
An Oracle connection identifier, returned by oci_connect().
Návratové hodnoty
Vrací TRUE při úspěchu, FALSE při selhání.
Poznámky
Poznámka: Starting from the version 1.1 oci_close() correctly closes the Oracle connection. Use oci8.old_oci_close_semantics option to restore old behaviour of this function.
oci_close
There are no user contributed notes for this page.
