Документ взят из кэша поисковой машины. Адрес оригинального документа : http://oit.cmc.msu.ru/php/function.dba-close.html
Дата изменения: Sun Feb 3 22:36:31 2002
Дата индексирования: Mon Oct 1 21:20:29 2012
Кодировка:
dba_close

dba_close

(3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0)

dba_close -- Close database

Description

void dba_close ( int handle)

dba_close() closes the established database and frees all resources specified by handle.

handle is a database handle returned by dba_open().

dba_close() does not return any value.

See also: dba_open() and dba_popen()