(PHP3 >= 3.0.8, PHP4 >= 4.0b2)
void dba_close (int handle)
void dba_close
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()