downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

ingres_field_nullable> <ingres_field_length
Last updated: Fri, 13 Nov 2009

view this page in

ingres_field_name

(PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0)

ingres_field_nameクエリ結果においてフィールド名を得る

説明

string ingres_field_name ( resource $result , int $index )

ingres_field_name() は、クエリ結果のフィールド名を返します。

注意: 関連する設定
実行時設定ingres.array_index_start を参照ください。

パラメータ

result

クエリ結果 ID。

index

index は、名前を取得したいフィールドです。

index の取りうる値は ingres.array_index_start の値に依存します。 ingres.array_index_start1 (デフォルト) の場合は、index1 以上 ingres_num_fields() 以下でなければなりません。 ingres.array_index_start0 の場合は、index0 以上 ingres_num_fields() 未満でなければなりません。

返り値

クエリ結果のフィールド名を返します。 失敗した場合は FALSE を返します。

参考



add a note add a note User Contributed Notes
ingres_field_name
There are no user contributed notes for this page.

ingres_field_nullable> <ingres_field_length
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites