SQLite3Result クラス

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

はじめに

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

クラス概要

classSQLite3Result {
private__construct()
publiccolumnName(int$column): string|false
publiccolumnType(int$column): int|false
publicfinalize(): bool
publicnumColumns(): int
publicreset(): bool
}

目次

To Top