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

OCI-Lob->eof()

OCI-Lob->eof - Tests for end-of-file on a large object's descriptor

Syntax

bool OCI-Lob->eof ()

Arguments

-

Description

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

Version

PHP 5, PECL OCI8 >= 1.1.0

Return value

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