|
PHP5中文手册
gzeof(PHP 4, PHP 5) gzeof — Test for end-of-file on a gz-file pointer 说明
int gzeof
( resource $zp
)
Tests the given GZ file pointer for EOF (end-of-file). 参数
返回值Returns TRUE if the gz-file pointer is at EOF or an error occurs; otherwise returns FALSE. 范例
Example#1 gzeof() example
<?php |