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

search for in the

oci_fetch_row> <oci_fetch_assoc
Last updated: Fri, 03 Oct 2008

view this page in

oci_fetch_object

(PHP 5, PECL oci8:1.1-1.2.4)

oci_fetch_object結果の次の行をオブジェクトとして返す

説明

object oci_fetch_object ( resource $statement )

次の結果行をオブジェクトとして返します。

続けて oci_fetch_object() をコールすると、 次の行を返します。行がない場合は FALSE を返します。

oci8 ドライバによるデータ型マッピングの 詳細については、ドライバが サポートするデータ型 を参照ください。

パラメータ

statement

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

返り値

オブジェクトを返します。 オブジェクトの属性は文中のフィールドと一致しています。 statement にもう行がない場合は FALSE を返します。

注意: この関数は、 NULL フィールドに PHPの NULL 値を設定します。

注意: Oracle は全てのフィールド名を大文字で返し、 結果オブジェクトの属性名も同様に大文字になります。



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

oci_fetch_row> <oci_fetch_assoc
Last updated: Fri, 03 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites