SQLite3 类
(PHP 5 >= 5.3.0, PHP 7)
类摘要
SQLite3
{
public bool close
(
void
)
public __construct
(
string $filename
[,
int $flags
[,
string $encryption_key
]] )
public bool exec
(
string $query
)
public void open
(
string $filename
[,
int $flags
= SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE
[,
string $encryption_key
]] )
public SQLite3Stmt prepare
(
string $query
)
public SQLite3Result query
(
string $query
)
public mixed querySingle
(
string $query
[,
bool $entire_row
= false
] )
public static array version
(
void
)
}
Table of Contents