(PHP 5 >= 5.3.0, PHP 7)
A class that interfaces SQLite 3 databases.
$filename
[, int $flags
= SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE
[, string $encryptionKey
= ""
]] )$destination
[, string $sourceDatabase
= "main"
[, string $destinationDatabase
= "main"
]] ) : bool$name
, callable $stepCallback
, callable $finalCallback
[, int $argCount
= -1
] ) : bool$name
, callable $callback
[, int $argCount
= -1
[, int $flags
= 0
]] ) : bool$filename
[, int $flags
= SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE
[, string $encryptionKey
= ""
]] ) : void$table
, string $column
, int $rowid
[, string $database
= "main"
[, int $flags
= SQLITE3_OPEN_READONLY
]] ) : resource|false