[ Pobierz całość w formacie PDF ]
.gzwritePodręcznik PHPPoprzedniNastępnygzwrite (PHP 3, PHP 4 >= 4.0)gzwrite -- Binary-safe gz-file writeDescriptionint gzwrite (int zp, string string [, intlength])
gzwrite() writes the contents ofstring to the gz-file stream pointed to byzp.If the lengthargument is given, writing will stop afterlength (uncompressed) bytes have beenwritten or the end of string is reached,whichever comes first.
Note that if the length argument is given,then the magic_quotes_runtimeconfiguration option will be ignored and no slashes will bestripped from string.
See also gzread(), gzopen(),and gzputs().PoprzedniSpis treściNastępnygztellPoczątek rozdziałureadgzfile
[ Pobierz całość w formacie PDF ]