Forum und email

dba_close

(PHP 4, PHP 5)

dba_close — Close a DBA database

설명

void dba_close ( resource $handle )

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

매개변수

handle

The database handler, returned by dba_open() or dba_popen().

반환값

값을 반환하지 않습니다.