update : 2015.11.03
php.shukuma.com검색:
|
The SQLite3 class(PHP 5 >= 5.3.0) 소개A class that interfaces SQLite 3 databases. 클래스 개요
SQLite3
{
/* 메소드 */
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
|