Home >php教程 >php手册 >php抓即时股票信息

php抓即时股票信息

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-21 09:03:16811browse
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;  
}  
?>     



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