   #PHP Manual Oracle 8 functions ociloadlob ocilogon

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                   ocilogoff

   (PHP 3>= 3.0.4, PHP 4 )
   ocilogoff -- Disconnects from Oracle server

Description

   bool ocilogoff ( resource connection)

   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.
   ______________________________________________________________________

   Prev       Home     Next
   ociloadlob  Up  ocilogon
