Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: OCI-Lob->write - Manual
[go: Go Back, main page]

PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net

search for in the

OCI-Lob->writeTemporary" width="11" height="7"/> <OCI-Lob->truncate
Last updated: Sat, 06 May 2006
view this page in

OCI-Lob->write

(no version information, might be only in CVS)

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

説明

class OCI-Lob {

int write ( string data [, int length] )

}

パラメータ data からのデータを LOB の内部ポインタの現在位置に書き込みます。 もしパラメータ length が与えられた場合、 length バイト書き込むか data の終端に達するか、 いずれか早い方の後に書き込みが停止します。

OCI-Lob->write() は書き込まれたバイト数を返します。 エラーの場合 FALSE を返します。

パラメータ

data

length



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