|
PHP5中文手册
sqlite_close(PHP 5, PECL sqlite:1.0-1.0.3) sqlite_close — Closes an open SQLite database 说明
void sqlite_close
( resource $dbhandle
)
Closes the given database handle. If the database was persistent, it will be closed and removed from the persistent list. 返回值无返回值。 范例
Example#1 sqlite_close() example
<?php |