SQLite3Result クラス

(PHP 5 >= 5.3.0, PHP 7)

はじめに

SQLite 3 拡張モジュールの結果セットを扱うクラスです。

クラス概要

SQLite3Result {
/* メソッド */
public columnName ( int $column_number ) : string
public columnType ( int $column_number ) : int
public fetchArray ([ int $mode = SQLITE3_BOTH ] ) : array
public finalize ( void ) : bool
public numColumns ( void ) : int
public reset ( void ) : bool
}

目次