PHP Velho Oeste 2024

fbsql_field_flags

(PHP 4 >= 4.0.6, PHP 5 < 5.3.0)

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

説明

fbsql_field_flags ( resource $result , int $field_offset = ? ) : string

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

パラメータ

result

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

field_offset

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

返り値

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

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top