parent root
PHP: OCI-Lob::tell - Manual
PHP 7.2.23 Release Announcement

OCI-Lob::tell

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0)

OCI-Lob::tellReturns the current position of internal pointer of large object

Description

OCI-Lob::tell ( void ) : int

Gets the current position of a LOB's internal pointer.

Return Values

Returns current position of a LOB's internal pointer or FALSE if an error occurred.

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root