|
SQLite3::openOpens 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 |