Manuál PHP | ||
---|---|---|
Předcházející | Další |
ocilogoff() closes the Oracle connection connection.
Using ocilogoff() isn't usually necessary, as non-persistent open links are automatically closed at the end of the script's execution. See also freeing resources.
Poznámka: This function was renamed to oci_close() after PHP >= 5.0.0. For downward compatibility ocilogoff() can also be used. This is deprecated, however.
Předcházející | Domů | Další |
ociloadlob | Nahoru | ocilogon |