sqlite_close
Description
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.
Parameters
dbhandleThe SQLite Database resource; returned from sqlite_open() when used procedurally.
