Php/docs/oci-lob.getbuffering
来自菜鸟教程
OCILob::getBuffering
(PHP 5, PHP 7, PECL OCI8 >= 1.1.0)
OCILob::getBuffering — Returns current state of buffering for the large object
说明
OCILob::getBuffering ( ) : bool
Tells whether the buffering for the large object is on or off.
返回值
Returns false
if buffering for the large object is off and true
if
buffering is used.
更新日志
版本 | 说明 |
---|---|
8.0.0, PECL OCI8 3.0.0 | The OCI-Lob class was renamed to
OCILob to align with PHP naming standards. |