PHP » PYTHON |
login |
register |
about
|
PYTHON SQLite3::close
is this article helpful?
|
Python replacement for PHP's SQLite3::close
[
edit
| history
]
db.close() SQLite3::close(PHP 5 >= 5.3.0) SQLite3::close — Closes the database connection Description
public bool SQLite3::close
( void
)
Closes the database connection. ParametersThis function has no parameters. Return ValuesReturns TRUE on success, FALSE on failure. Examples
Example #1 SQLite3::close() example
<?php
|
more
Recently updated
more
Most requested
|