downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SQLite3::__construct> <SQLite3::changes
[edit] Last updated: Fri, 10 Feb 2012

view this page in

SQLite3::close

(PHP 5 >= 5.3.0)

SQLite3::closeCloses the database connection

Description

public bool SQLite3::close ( void )

Closes the database connection.

Parameters

This function has no parameters.

Return Values

Returns TRUE on success, FALSE on failure.

Examples

Example #1 SQLite3::close() example

<?php
$db 
= new SQLite3('mysqlitedb.db');
$db->close();
?>



add a note add a note User Contributed Notes SQLite3::close
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites