update : 2015.11.03
php.shukuma.com

검색:
 
 
Close a DBA database

dba_close

(PHP 4, PHP 5, PHP 7)

dba_closeClose 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().

반환값

값을 반환하지 않습니다.

참고