(PHP 4, PHP 5, PHP 7)
dba_close — Close a DBA database
$handle
dba_close() closes the established database and frees all resources of the specified database handle.
handle
The database handler, returned by dba_open() or dba_popen().
没有返回值。