(PHP 5 >= 5.3.0, PHP 7, PHP 8)
Una clase que se usa como interfaz de bases de datos SQLite 3.
$destination
, string $sourceDatabase
= "main"
, string $destinationDatabase
= "main"
) : bool$filename
, int $flags
= SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE
, string $encryption_key
= null
)$name
, mixed $step_callback
, mixed $final_callback
, int $argument_count
= -1
) : bool$filename
, int $flags
= SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE
, string $encryption_key
= null
) : void$table
, string $column
, int $rowid
, string $database
= "main"
, int $flags
= SQLITE3_OPEN_READONLY
) : resource|false