sqlite_close

Example

 void sqlite_close ( resource $dbhandle ) 

Description

Closes the given db_handle database handle. If the database was persistent, it will be closed and removed from the persistent list.

Return Values

No value is returned.