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
Last updated: Fri, 13 Nov 2009

view this page in

OCI-Lob->write

(PHP 5, PECL OCI8 >= 1.1.0)

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

説明

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

OCI-Lob->writeTemporary> <OCI-Lob->truncate
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites