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

OCI-Lob->getBuffering()

OCI-Lob->getBuffering - Returns current state of buffering for the large object

Syntax

bool OCI-Lob->getBuffering ()

Arguments

-

Description

Tells whether the buffering for the large object is on or off.

Version

PHP 5, PECL OCI8 >= 1.1.0

Return value

Returns FALSE if buffering for the large object is off and TRUE if buffering is used.