PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

gzputs> <gzopen
Last updated: Sun, 25 Nov 2007

view this page in

gzpassthru

(PHP 4, PHP 5)

gzpassthru — 지정된 파일의 남아있는 모든 데이타를 출력한다.

Description

int gzpassthru ( int $zp )

지정된 .gz파일의 EOF을 읽으면 standard output으로 결과(압축되지 않은) 결과를 출력한다.

에러가 나면 FALSE를 리턴한다.

파일의 지정은 정확해야하고, gzopen()의해 성공적으로 열린 파일이어야 한다.

gzpassthru()가 읽는것을 마치면 .gz파일은 닫힌다.(leaving zp 는 불필요하다).



add a note add a note User Contributed Notes
gzpassthru
There are no user contributed notes for this page.

gzputs> <gzopen
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites