| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
SQLite3 クラス(PHP 5 >= 5.3.0, PHP 7) はじめにSQLite 3 データベースとのインターフェイスとなるクラスです。 クラス概要
SQLite3
{
/* メソッド */
public __construct
( string
$filename
[, int $flags = SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE
[, string $encryption_key = null
]] )
public bool createAggregate
( string
$name
, mixed $step_callback
, mixed $final_callback
[, int $argument_count = -1
] )
public bool createFunction
( string
$name
, mixed $callback
[, int $argument_count = -1
[, int $flags = 0
]] )
public void open
( string
$filename
[, int $flags = SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE
[, string $encryption_key = null
]] )
public resource openBlob
( string
}$table
, string $column
, int $rowid
[, string $dbname = "main"
[, int $flags = SQLITE3_OPEN_READONLY
]] )目次
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「SQLite3 クラス」をGoogle検索
|