dba_close
(PHP 4, PHP 5, PHP 7)
dba_close — Close a DBA database
Description
dba_close ( resource $handle ) : void
dba_close() closes the established database and frees all resources of the specified database handle.
Parameters
-
handle
-
The database handler, returned by dba_open() or dba_popen().
Return Values
No value is returned.
See Also
- dba_open() - Open database
- dba_popen() - Open database persistently
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.dba-close.php