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> <oci_fetch_row
Last updated: Fri, 29 Aug 2008

view this page in

oci_fetch

(PHP 5, PECL oci8:1.1-1.2.4)

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> <oci_fetch_row
Last updated: Fri, 29 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites