SQLite3
PHP Manual

The SQLite3_result class

導入

Description of the class.

クラス概要

SQLite3_result
class SQLite3_result {
/* Methods */
public string columnName ( int $column_number )
public string columnType ( int $column_number )
public array fetchArray ([ int $mode ] )
public bool finalize ( void )
public int numColumns ( void )
public bool reset ( void )
}

目次


SQLite3
PHP Manual