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

search for in the

OCI-Lob::setBuffering> <OCI-Lob::saveFile
[edit] Last updated: Fri, 17 May 2013

view this page in

OCI-Lob::seek

(PHP 5, PECL OCI8 >= 1.1.0)

OCI-Lob::seekラージオブジェクトの内部ポインタをセットする

説明

bool OCI-Lob::seek ( int $offset [, int $whence = OCI_SEEK_SET ] )

ラージオブジェクトの内部ポインタをセットします。

パラメータ

offset

内部ポインタを whence で示された位置から移動させるバイト数を表します。

whence

以下のいずれかです。

  • OCI_SEEK_SET - offset と等しい位置にセットします
  • OCI_SEEK_CUR - 現在の位置に offset バイト追加します
  • OCI_SEEK_END - ラージオブジェクトの終端に offset バイト追加します (ラージオブジェクトの終端より前の位置に移動するには負の値を指定します)

返り値

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



add a note add a note User Contributed Notes OCI-Lob::seek - [1 notes]
up
0
christopher dot jones at oracle dot com
5 years ago
The default value for $whence is OCI_SEEK_SET.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites