   #PHP Manual Database (dbm-style) abstraction layer functions Database
   (dbm-style) abstraction layer functions dba_delete

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                   dba_close

   (PHP 3>= 3.0.8, PHP 4 )
   dba_close -- Close database

Description

   void dba_close ( resource handle)

   dba_close() closes the established database and frees all resources
   specified by handle.

   handle is a database handle returned by dba_open().

   dba_close() does not return any value.

   See also: dba_open() and dba_popen()
   ______________________________________________________________________

   Prev                                             Home       Next
   Database (dbm-style) abstraction layer functions  Up  dba_delete
