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->read - Manual
[go: Go Back, main page]

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

search for in the

OCI-Lob->rewind" width="11" height="7"/> <OCI-Lob->load
Last updated: Fri, 10 Oct 2008

view this page in

OCI-Lob->read

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

OCI-Lob->readラージオブジェクトの一部を読み込む

説明

OCI-Lob
string read ( int $length )

LOB の内部ポインタの現在位置から length バイト読み込みます。

length バイトが読み込まれた、 あるいはラージオブジェクトの終わりに達したとき、読み込みを停止します。 ラージオブジェクトの内部ポインタは、 読み込まれたバイト数分だけシフトされます。

パラメータ

length

読み込むバイト数。

返り値

読み込んだ内容を表す文字列、あるいはエラーの場合に FALSE を返します。



add a note add a note User Contributed Notes
OCI-Lob->read
alvaro at demogracia dot com
08-Oct-2008 04:32
To read the whole LOB into a variable:

<?php
$foo
= $MyBlob->read($MyBlob->size());
?>

OCI-Lob->rewind" width="11" height="7"/> <OCI-Lob->load
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites