SQLite3Result::columnName
(PHP 5 >= 5.3.0, PHP 7, PHP 8)
SQLite3Result::columnName — n 番目のカラムの名前を返す
説明
column
で指定したカラムの名前を返します。
返されるカラムの名前は AS
句が指定された場合、そこで指定された値になります。
AS
句の指定がない場合、カラムの名前は不定となり、
libsqlite3 のリリースによって変わる可能性があります。
パラメータ
column
-
0 から始まるカラムの数値インデックス。
戻り値
column
で指定したカラムの名前を文字列で返します。
カラムが存在しない場合は、false
を返します。
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google