OCI-Lob::eof

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0)
Tests for end-of-file on a large object's descriptor
bool OCI-Lob::eof ( void )

Tells whether the internal pointer of large object is at the end of LOB.

Returns:

Returns TRUE if internal pointer of large object is at the end of LOB. Otherwise returns FALSE.

Notes:

This function will return an Oracle error if OCI-Lob::setBuffering is enabled on the LOB.

See also:

OCI-Lob::size - Lob::size

doc_php
2016-02-24 16:17:54
Comments
Leave a Comment

Please login to continue.