|
PHP5中文手册
gzfile(PHP 4, PHP 5) gzfile — Read entire gz-file into an array 说明
array gzfile
( string $filename
[, int $use_include_path
] )
This function is identical to readgzfile(), except that it returns the file in an array. 参数
返回值An array containing the file, one line per cell. 范例
Example#1 gzfile() example
<?php |