Home > php教程 > php手册 > body text

php抓即时股票信息_php基础

WBOY
Release: 2016-05-17 09:06:48
Original
1051 people have browsed it

php抓即时股票信息
  
$file_name="index.htm";  
if(is_file($file_name)) {  
exec("cat $file_name",$buffer);  
for($i=0;$iif(strstr($buffer[$i],"")) break; //找到這一行  
}  

for($j=$i;$j$str.= $buffer[$j];  
}  
echo $str;  
}  
?>     

  

source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!