sesam_field_name
(PHP 3 CVS only)
sesam_field_name -- 結果集合のカラム名を返す
説明
int
sesam_field_name ( string result_id, int index )
フィールド名を取得します。
パラメータ
result_id
sesam_query() が返す結果 ID。
index
カラムの添字。SESAM のように 1 から始まらず、0 から始まります。
返り値
結果集合の中のフィールド名(すなわち、カラム名)またはエラーの際に
FALSE を返します。
"即時型"クエリまたは動的なカラムの場合、空の文字列が返されます。