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->writeToFile> <OCI-Lob->write
Last updated: Fri, 06 Nov 2009

view this page in

OCI-Lob->writeTemporary

(PHP 5, PECL oci8 >= 1.1.0)

OCI-Lob->writeTemporary一時的なラージオブジェクトを書き込む

説明

OCI-Lob
bool writeTemporary ( string $data [, int $lob_type ] )

一時的なラージオブジェクトを生成し、 data を書き込みます。

オブジェクトの使用後、OCI-Lob->close を使用するべきです。

パラメータ

data

書き込むデータ。

lob_type

以下のいずれかです。

  • OCI_TEMP_BLOB は一時的な BLOB を生成するために使用します
  • OCI_TEMP_CLOB (デフォルト値) は一時的な CLOB を生成するために使用します

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。



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

OCI-Lob->writeToFile> <OCI-Lob->write
Last updated: Fri, 06 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites