PHP » GoLang |
login |
register |
about
|
SQLite3::open(PHP 5 >= 5.3.0, PHP 7) SQLite3::open — Opens an SQLite database Description
public void SQLite3::open
( string
$filename
[, int $flags = SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE
[, string $encryption_key = NULL
]] )Opens an SQLite 3 Database. If the build includes encryption, then it will attempt to use the key. Parameters
Return ValuesNo value is returned. Examples
Example #1 SQLite3::open() example
<?php |
more
Recently updated
more
Most requested
more
Last requests
|