OCILogOff

(PHP 3>= 3.0.4, PHP 4 )

OCILogOff -- Disconnects from Oracle

Description

bool OCILogOff ( int connection)

OCILogOff() closes an Oracle 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.