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

view this page in

OCI-Lob::write

(PHP 5, PECL OCI8 >= 1.1.0)

OCI-Lob::writeデータをラージオブジェクトに書き込む

説明

int OCI-Lob::write ( string $data [, int $length ] )

パラメータ data からのデータを LOB の内部ポインタの現在位置に書き込みます。

パラメータ

data

LOB に書き込むデータ。

length

このパラメータを指定すると、 length バイト書き込むか data の終端に達するか、 いずれか早い方の後に書き込みが停止します。

返り値

書き込んだバイト数、失敗した場合に FALSE を返します

参考



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

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