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

view this page in

oci_fetch

(PHP 5, PECL oci8:1.1-1.2.3)

oci_fetch — 結果バッファの次の行を取得する

説明

bool oci_fetch ( resource $statement )

(SELECT文の) 次の行を内部結果バッファに取得します。

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

パラメータ

statement

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

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

注意

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



add a note add a note User Contributed Notes
oci_fetch
mlong-php at mlong dot us
09-May-2006 07:42
Use this with OCIResult().  Though you may find OCIFetchInto to be faster than the combination of OCIFetch and OCIResult

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