|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://old.master.cmc.msu.ru/php/function.gzpassthru.html
Дата изменения: Sun Feb 3 22:58:37 2002 Дата индексирования: Tue Oct 2 04:23:10 2012 Кодировка: |
Reads to EOF on the given gz-file pointer and writes the (uncompressed) results to standard output.
If an error occurs, returns FALSE.
The file pointer must be valid, and must point to a file successfully opened by gzopen().
The gz-file is closed when gzpassthru() is done reading it (leaving zp useless).