Rumah > Artikel > pembangunan bahagian belakang > php 读取文本文件解决思路
php 读取文本文件
用fopen打开后,一行行读,#和@开头的过滤掉,当有
这样的方法怎么写呀?
#vision1.1
@fileid=0010
name=xx
id=0
orth=zzz
name=xx
id=801
orth=/btf/sub.txt
name=xx
id=101
orth=/bbs/test.txt
------解决方案--------------------
前两行的#和@过滤好处理,从
当找到
然后一行行处理判断当前行如果=$firstNode,
则读到此为止...
此是
至于....>正则处理..
------解决方案--------------------PHP code
$fn = 'data2.txt';
$fp = fopen($fn, 'r');
$s = '';
while($buf = fgets($fp)) {
if(in_array($buf{0}, array('#', '@'))) continue;
if($buf{0} == '<font color="#e78608">------解决方案--------------------</font><br>唠叨老大出手,你就可以解帖了,应该。 <div class="clear">
</div>