(PHP 5 >= 5.3.0, PHP 7)
Opens an SQLite database
public void SQLite3::open ( string $filename [, int $flags = SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE [, string $encryption_key ]] )
Opens an SQLite 3 Database. If the build includes encryption, then it will attempt to use the key.
Parameters:
filename
Path to the SQLite database, or :memory: to use in-memory datab