(PHP 5, PHP 7, PECL OCI8 >= 1.1.0)
Returns the current position of internal pointer of large object
int OCI-Lob::tell ( void )
Gets the current position of a LOB's internal pointer.
Returns:
Returns current position of a LOB's internal pointer or FALSE
if an error occurred.
See also:
OCI-Lob::rewind - Lob::rewind
OCI-Lob::size - Lob::size
OCI-Lob::eof - Lob::eof
Please login to continue.