Home > PHP > Function > OCI8 > OCI-Lob->setBuffering()

OCI-Lob->setBuffering()

OCI-Lob->setBuffering - Changes current state of buffering for the large object

Syntax

bool OCI-Lob->setBuffering (bool $on_off)

Arguments

  • on_off - TRUE for on and FALSE for off.

Description

Sets the buffering for the large object, depending on the value of the on_off parameter.

Version

PHP 5, PECL OCI8 >= 1.1.0

Return value

Returns TRUE on success or FALSE on failure. Repeated calls to this method with the same flag will return TRUE.