(PHP 4, PHP 5, PHP 7, PHP 8)
dba_close — Close a DBA database
$dba
dba_close() closes the established database and frees all resources of the specified database handle.
dba
一个由 dba_open() 或 dba_popen() 返回的 Dba\Connection 实例。
没有返回值。