(PHP 5 >= 5.3.0, PHP 7, PHP 8)
实现与 SQLite 3 数据库对接的类。
$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