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();
?>
There are no user contributed notes for this page.
