int ftell ( resource $handle )
Returns the position of the file pointer referenced by handle.
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.