输入banner图图片脚本导航/分类

php如何获取文件行数

php如何获取文件行数

stream_get_line获取文件行

输出行数; 
echo $line; 
?>


feof和fgets获取文件行数

count获取文件行数