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

search for in the

fbsql_field_len> <fbsql_fetch_row
[edit] Last updated: Fri, 25 May 2012

view this page in

fbsql_field_flags

(PHP 4 >= 4.0.6, PHP 5)

fbsql_field_flagsクエリ結果において指定したフィールドに関するフラグを得る

説明

string fbsql_field_flags ( resource $result [, int $field_offset ] )

結果の指定したフィールドに関連付けられたフラグを取得します。

パラメータ

result

fbsql_list_fields() が返す結果ポインタ。

field_offset

フィールドの数値オフセット。フィールドのインデックスは 0 からはじまります。

返り値

指定したフィールドの フィールドフラグを返します。フラグは、単語ごとに空白 1 文字で 区切られた形式で報告されます。そのため、explode() を使用して返り値を分割することが可能です。



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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites