ftell()
ftell - Returns the current position of the file read/write pointer
Syntax
int ftell ()
Arguments
-
Description
Returns the position of the file pointer referenced by handle.
Version
PHP 4, 5
Return value
Returns the position of the file pointer referenced by handle as an integer; i.e., its offset into the file stream.