Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: oci_fetch_object - Manual
[go: Go Back, main page]

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" width="11" height="7"/> <oci_fetch_assoc
Last updated: Thu, 31 May 2007

view this page in

oci_fetch_object

(PHP 5, PECL oci8:1.1-1.2.3)

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

説明

object oci_fetch_object ( resource $statement )

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

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

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

パラメータ

statement

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

返り値

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

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

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

参考

oci_fetch_array()
oci_fetch_assoc()
oci_fetch_row()
oci_fetch_all()



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

oci_fetch_row" width="11" height="7"/> <oci_fetch_assoc
Last updated: Thu, 31 May 2007
 
 
show source | credits | sitemap | contact | advertising | mirror sites