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

search for in the

oci_field_name> <oci_fetch
Last updated: Fri, 05 Sep 2008

view this page in

oci_field_is_null

(PHP 5, PECL oci8:1.1-1.2.4)

oci_field_is_nullフィールドが NULL であるかどうかを確認する

説明

bool oci_field_is_null ( resource $statement , mixed $field )

statement の、 指定したフィールド fieldNULL であるかどうかを調べます。

パラメータ

statement

有効な OCI ステートメント ID。

field

フィールド番号またはフィールド名 (大文字)。

返り値

fieldNULL の場合に TRUE、 それ以外の場合に FALSE を返します。

注意

注意: PHP バージョン 5.0.0 以前では、代わりに ocicolumnisnull() を使用しなければなりません。 まだこの名前を使用することができ、下位互換性のため oci_field_is_null() への別名として残されていますが、 推奨されません。



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

oci_field_name> <oci_fetch
Last updated: Fri, 05 Sep 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites