★ wanayoo — archive 1999 http://fr.php.net/manual/de/function.gzgets.phpNouvelle recherche | Portail wanayoo
PHP Tuesday, March 20, 2001  
downloads | documentation | faq | support | reporting bugs | links 

search for in the  

lookup:
PHP HandbuchPHP Handbuch
ZlibZlib
 gzclosegzclose
 gzeofgzeof
 gzfilegzfile
 gzgetcgzgetc
 gzgetsgzgets
 gzgetssgzgetss
 gzopengzopen
 gzpassthrugzpassthru
 gzputsgzputs
 gzreadgzread
 gzrewindgzrewind
 gzseekgzseek
 gztellgztell
 gzwritegzwrite
 readgzfilereadgzfile
 gzcompressgzcompress
 gzuncompressgzuncompress
 gzdeflategzdeflate
 gzinflategzinflate
 gzencodegzencode

previousgzgetc
gzgetssnext

Last updated: Tue, 20 Mar 2001
view this page in English | Brazilian Portuguese | Czech | Dutch | French | German | Hungarian | Italian | Japanese | Korean | Spanish | Plain HTML

gzgets

(PHP 3, PHP 4 )

gzgets -- Get line from file pointer

Description

string gzgets (int zp, int length)

Returns a (uncompressed) string of up to length - 1 bytes read from the file pointed to by fp. Reading ends when length - 1 bytes have been read, on a newline, or on EOF (whichever comes first).

If an error occurs, returns false.

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

See also gzopen(), gzgetc(), and fgets().

previousgzgetc
gzgetssnext

Last updated: Tue, 20 Mar 2001
add note | about notes

show source | credits | mirror sites:  

Copyright © 1998-2001 The PHP Group
All rights reserved.
This mirror generously provided by: L'Université Michel de Montaigne Bordeaux III
Last updated: Tue Mar 20 11:02:45 2001 MET