PHP ManualThe SQLite3 class(No version information available, might only be in SVN) IntroductionA class that interfaces SQLite 3 databases. Class synopsis
SQLite3
{
/* Methods */
public bool createAggregate
( string
$name
, mixed $step_callback
, mixed $final_callback
[, int $argument_count = -1
] )
public void open
( string
}$filename
[, int $flags = SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE
[, string $encryption_key
]] )Table of Contents
![]() |
PHP-Index
New Tutorial entries
|