update : 2015.11.03
php.shukuma.com검색:
|
gzgetc(PHP 4, PHP 5) gzgetc — Get character from gz-file pointer 설명
string gzgetc
( resource
$zp
)Returns a string containing a single (uncompressed) character read from the given gz-file pointer. 인수
반환값
The uncompressed character or 예제
Example #1 gzgetc() example
<?php |