|
OCILob::loadReturns large object's contents Description
public stringfalse OCILob::load()
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 OCILob::read instead. ParametersThis function has no parameters. Return Values
Returns the contents of the object, or Changelog
|