Query: sqlite_close
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SQLITE_CLOSE(3) SQLITE_CLOSE(3) sqlite_close - Closes an open SQLite databaseSYNOPSISvoid sqlite_close (resource $dbhandle)DESCRIPTIONCloses the given $db_handle database handle. If the database was persistent, it will be closed and removed from the persistent list.PARAMETERSo $dbhandle - The SQLite Database resource; returned from sqlite_open(3) when used procedurally.RETURN VALUESNo value is returned.EXAMPLESExample #1 sqlite_close(3) example <?php $dbhandle = sqlite_open('sqlitedb'); sqlite_close($dbhandle); ?>SEE ALSOsqlite_open(3), sqlite_popen(3). PHP Documentation Group SQLITE_CLOSE(3)
Related Man Pages |
---|
sqlite_changes(3) - php |
sqlite_create_aggregate(3) - php |
sqlite_fetch_array(3) - php |
sqlite_open(3) - php |
sqlitedatabase.query(3) - php |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
Rules for Homework & Coursework Questions Forum |
Forum Video Tutorial: How to Use Code Tags |
Please Welcome Nicki Paul to the Moderator Team! |