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::export> <OCI-Lob::eof
[edit] Last updated: Fri, 25 May 2012

view this page in

OCI-Lob::erase

(PHP 5, PECL OCI8 >= 1.1.0)

OCI-Lob::erase内部 LOB データの特定の位置を消去する

説明

int OCI-Lob::erase ([ int $offset [, int $length ]] )

指定された offset から始まる内部 LOB データの特定の位置を消去します。 パラメータなしでコールすると、すべての LOB データを消去します。

BLOB の場合、消去するということは存在する LOB の値が 0 バイトで上書きされる、ということを意味します。 CLOB の場合、存在する LOB の値はスペースで上書きされる、ということです。

パラメータ

offset

length

返り値

消去された実際の文字数あるいはバイト数、失敗した場合に FALSE を返します



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

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