OCI8 Функции
PHP Manual

oci_close

(PHP 5, PECL oci8 >= 1.1.0)

oci_closeCloses Oracle connection

Описание

bool oci_close ( resource $connection )

Closes the Oracle connection .

Параметри

connection

An Oracle connection identifier, returned by oci_connect().

Връщани стойности

Връща TRUE при успех или FALSE при неуспех.

Бележки

Забележка: 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.


OCI8 Функции
PHP Manual