ftell

Example

 int ftell ( resource $handle ) 

Description

Returns the position of the file pointer referenced by handle.

Return Values

Returns the position of the file pointer referenced by handle as an integer; i.e., its offset into the file stream. If an error occurs, returns FALSE.