update : 2015.11.03
php.shukuma.com검색:
|
gzgets(PHP 4, PHP 5) gzgets — Get line from file pointer 설명
string gzgets
( resource
$zp
[, int $length
] )Gets a (uncompressed) string of up to length - 1 bytes read from the given file pointer. Reading ends when length - 1 bytes have been read, on a newline, or on EOF (whichever comes first). 인수
반환값
The uncompressed string, or 예제
Example #1 gzgets() example
<?php |