Podręcznik PHP Poprzedni Następny (PHP 5) oci_close -- Closes Oracle connection Opis bool ( resource ) Closes the . Par..."/>
Forum und email
oci_close

oci_close

(PHP 5)

oci_close -- Closes Oracle connection

Opis

bool oci_close ( resource connection )

Closes the Oracle connection.

Parametry

connection

An Oracle connection identifier, returned by oci_connect().

Zwracane wartości

Zwraca TRUE w przypadku sukcesu, FALSE w przypadku porażki.

Notatki

Notatka: 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.