For the above example by VIJAY, using gzgetc would be better, as I've encountered binary/text file incompatibilities (at least with PHP 4.0.4).
![]() |
|
||||||||||
|
gzgetsОписаниеstring gzgets ( resource zp, int length )
Возвращает строку (после распаковки) из gz-файла, её длина ограничивается
Список параметров
gzgets
04-Aug-2005 11:21
For the above example by VIJAY, using gzgetc would be better, as I've encountered binary/text file incompatibilities (at least with PHP 4.0.4).
prismngp1 at yahoo dot com
10-Aug-2002 05:19
<? |