dba_close

dba_close -- データベースを閉じる

説明

void dba_close(int handle);

dba_close() は使用するデータベースを閉じ、 handle により指定した全てのリソースを 開放します。

handle は、dba_open()により 返されたデータベースハンドルです。

dba_close() は値を返しません。

dba_open()dba_popen()も参照下さい。