Home >php教程 >php手册 >识别文件末尾字符

识别文件末尾字符

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-06 19:34:431119browse

识别文件末尾字符 无 $fp=fopen('www/test/data.txt','r');while(!feof($fp))// feof判断是否到达资源末尾{echo fgets($fp);}fclose($fp);

识别文件末尾字符
$fp=fopen('www/test/data.txt','r');
while(!feof($fp))	// feof判断是否到达资源末尾
{
	echo fgets($fp);
}
fclose($fp);
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:遍历关联数组Next article:XHProf