gztell

(PHP 4, PHP 5, PHP 7)
Tell gz-file pointer read/write position
int gztell ( resource $zp )

Gets the position of the given file pointer; i.e., its offset into the uncompressed file stream.

Parameters:
zp

The gz-file pointer. It must be valid, and must point to a file successfully opened by gzopen().

Returns:

The position of the file pointer or FALSE if an error occurs.

See also:

gzopen() -

gzseek() -

gzrewind() -

doc_php
2016-02-24 15:55:48
Comments
Leave a Comment

Please login to continue.