GoLang OCI-Lob::load

request it (318)
GoLang replacement for PHP's OCI-Lob::load [edit | history]



Do you know a GoLang replacement for PHP's OCI-Lob::load? Write it!

PHP OCI-Lob::load

PHP original manual for OCI-Lob::load [ show | php.net ]

OCI-Lob::load

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0)

OCI-Lob::loadReturns large object's contents

Description

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.

Return Values

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

See Also