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, 24 Jun 2011

view this page in

SQLite3::close

(PHP 5 >= 5.3.0)

SQLite3::closeبستن اتصال پایگاه داده

Description

public bool SQLite3::close ( void )

بستن اتصال پایگاه داده.

Parameters

This function has no parameters.

Return Values

بازگرداندن TRUE در صورت موفقیت FALSE در صورت شکست.

Examples

Example #1 مثال SQLite3::close()

<?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