dba_close

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

説明

void dba_close(int handle);

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

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

dba_close は値を返しません。

dba_opendba_popenも参照下さい。