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

search for in the

SQLite3::__construct> <SQLite3::changes
[edit] Last updated: Fri, 07 Jun 2013

view this page in

SQLite3::close

(PHP 5 >= 5.3.0)

SQLite3::closeCloses the database connection

Descrierea

public bool SQLite3::close ( void )

Closes the database connection.

Parametri

Această funcție nu are parametri.

Valorile întoarse

Returns TRUE on success, FALSE on failure.

Exemple

Example #1 SQLite3::close() example

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



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

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