ingres_field_nullable

(PHP 4 >= 4.0.2, PHP 5 <= 5.0.4)

ingres_field_nullable -- フィールドに NULL 値を設定可能かどうか調べる

説明

bool ingres_field_nullable ( int index [, resource link] )

ingres_field_nullable() は、フィールドにNULLが 設定可能な場合に TRUE、設定できない場合に FALSE を返します。

index はフィールド番号であり、1 と ingres_num_fields() で指定した値の間である必要 があります。

ingres_query(), ingres_fetch_array(), ingres_fetch_object(), ingres_fetch_row() も参照ください。