PHP
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
Last updated: Fri, 30 Jan 2009

view this page in

OCI-Lob->erase

(No version information available, might be only in CVS)

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

説明

OCI-Lob
int 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.

OCI-Lob->export> <OCI-Lob->eof
Last updated: Fri, 30 Jan 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites