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, 23 Mar 2012

view this page in

SQLite3::close

(PHP 5 >= 5.3.0)

SQLite3::closeVeritabanı bağlantısını kapatır

Açıklama

public bool SQLite3::close ( void )

Veritabanı bağlantısını kapatır.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

Başarı durumunda TRUE, başarısızlık durumunda FALSE döner.

Örnekler

Örnek 1 - SQLite3::close() örneği

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