SQLite3Result 클래스

(PHP 5 >= 5.3.0, PHP 7, PHP 8)


소개

SQLite 3 확장에 대한 결과 집합을 처리하는 클래스입니다.


클래스 개요

                  
class SQLite3Result {
  /* Methods */
  private __construct()
  public columnName(int $column): string|false
  public columnType(int $column): int|false
  public fetchArray(int $mode = SQLITE3_BOTH): array|false
  public finalize(): bool
  public numColumns(): int
  public reset(): bool
}
                  
                

목차