php man page for sqlite_close

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 database

SYNOPSIS
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.
PARAMETERS
o $dbhandle - The SQLite Database resource; returned from sqlite_open(3) when used procedurally.
RETURN VALUES
No value is returned.
EXAMPLES
Example #1 sqlite_close(3) example <?php $dbhandle = sqlite_open('sqlitedb'); sqlite_close($dbhandle); ?>
SEE ALSO
sqlite_open(3), sqlite_popen(3). PHP Documentation Group SQLITE_CLOSE(3)
Related Man Pages
sqlite_create_aggregate(3) - php
sqlite_create_function(3) - php
sqlite_fetch_all(3) - php
sqlite_fetch_single(3) - php
sqlite_unbuffered_query(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
UNIX.COM 2017 Year End Summary
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch