ftell

 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.