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

search for in the

ingres_field_precision> <ingres_field_name
Last updated: Fri, 29 Aug 2008

view this page in

ingres_field_nullable

(PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres:1.0-1.4.3)

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

説明

bool ingres_field_nullable ( int $index [, resource $link ] )

フィールドに null を設定可能かどうかを調べます。

パラメータ

index

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

link

接続リンク ID。省略した場合は、最後にオープンしたリンクを使用します。

返り値

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



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

ingres_field_precision> <ingres_field_name
Last updated: Fri, 29 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites