OCI8 İşlevleri
PHP Manual

oci_close

(PHP 5, PECL oci8 >= 1.1.0)

oci_closeCloses Oracle connection

Açıklama

bool oci_close ( resource $connection )

Closes the Oracle connection .

Değiştirgeler

connection

An Oracle connection identifier, returned by oci_connect().

Dönen Değerler

Başarı durumunda TRUE, aksi takdirde FALSE döndürür.

Notlar

Bilginize: 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 İşlevleri
PHP Manual