Manuál PHP Předcházející Další (no version information, might be only in CVS) OCI-Lob->load -- Returns large object's c..."/>
Forum und email
OCI-Lob->load

OCI-Lob->load

(no version information, might be only in CVS)

OCI-Lob->load -- Returns large object's contents

Popis

class 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.

Návratové hodnoty

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

Viz také

OCI-Lob->read