OCI-Lob::load

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0)
Returns large object's contents
string OCI-Lob::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:

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

See also:

OCI-Lob::read - Lob::read

doc_php
2016-02-24 16:17:55
Comments
Leave a Comment

Please login to continue.