search for in the  
<gzseekgzuncompress>
Last updated: Thu, 19 May 2005

gztell

(PHP 3, PHP 4, PHP 5)

gztell -- Tell 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 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.



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

<gzseekgzuncompress>
 Last updated: Thu, 19 May 2005
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: The Server Pages
Last updated: Thu May 19 17:35:34 2005 CDT