sqlite_close Closes an open SQLite database &reftitle.description; voidsqlite_close resourcedbhandle Closes the given db_handle database handle. If the database was persistent, it will be closed and removed from the persistent list. &reftitle.parameters; dbhandle The SQLite Database resource; returned from sqlite_open when used procedurally. &reftitle.returnvalues; &return.void; &reftitle.examples; <function>sqlite_close</function> example ]]> &reftitle.seealso; sqlite_open sqlite_popen