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

search for in the

OCI-Lob->size> <OCI-Lob->seek
Last updated: Fri, 06 Nov 2009

view this page in

OCI-Lob->setBuffering

(PHP 5, PECL oci8 >= 1.1.0)

OCI-Lob->setBuffering現在のラージオブジェクト用のバッファリング状態を変更する

説明

OCI-Lob
bool setBuffering ( bool $on_off )

ラージオブジェクト用のバッファリングを on_off パラメータの値で設定します。

この関数を使用することで、LOB の細かな読み込みや書き込みがバッファリングされことにより ネットワークのラウンドトリップや LOB バージョニングの回数が低減され、 パフォーマンスが改善されます。 oci_lob_flush() はラージオブジェクトの処理が完了した際、 バッファをフラッシュするために使用します。

パラメータ

on_off

TRUE は有効、FALSE は無効を表します。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。 同じフラグで繰り返しコールすると TRUE を返します。



add a note add a note User Contributed Notes
OCI-Lob->setBuffering
There are no user contributed notes for this page.

OCI-Lob->size> <OCI-Lob->seek
Last updated: Fri, 06 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites