downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

gzuncompress> <gzseek
Last updated: Fri, 11 Dec 2009

view this page in

gztell

(PHP 4, PHP 5)

gztellTell gz-file pointer read/write position

Description

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().

Return Values

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

See Also



add a note add a note User Contributed Notes
gztell
There are no user contributed notes for this page.

gzuncompress> <gzseek
Last updated: Fri, 11 Dec 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites