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_row - 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" width="11" height="7"/> <oci_fetch_object
Last updated: Sun, 23 Sep 2007

view this page in

oci_fetch_row

(PHP 5, PECL oci8:1.1-1.2.4)

oci_fetch_row — 結果データの次の行を配列で返す

説明

array oci_fetch_row ( resource $statement )

結果データの次の行を配列で返します。

oci_fetch_row() をコールすることは、 oci_fetch_array()OCI_NUM を指定してコールすることと同じです。

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

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

パラメータ

statement

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

返り値

フィールド情報を含む配列を返します。 statement にもう行がない場合は FALSE を返します。

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

参考

oci_fetch_array()
oci_fetch_assoc()
oci_fetch_object()
oci_fetch_all()



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

oci_fetch" width="11" height="7"/> <oci_fetch_object
Last updated: Sun, 23 Sep 2007
 
 
show source | credits | sitemap | contact | advertising | mirror sites