OCI8 函数
PHP 手册

OCI-Lob->load

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

OCI-Lob->loadReturns large object's contents

说明

OCI-Lob
string load ( void )

Returns large object's contents. As script execution is terminated when the memory_limit is reached, ensure that the LOB does not exceed this limit. In most cases it's recommended to use OCI-Lob->read instead.

返回值

Returns the contents of the object, or FALSE on errors.

参见


OCI8 函数
PHP 手册