set home page
Added to the favorites
All articles(网络文学目录)
All Pictures(图片目录)
All Softwares(软件目录)
用PHP程序直接调用文本文件内容的实例_php资料_编程技术
Writer:
aaa
Article type:
Programming skills(编程技巧)
Time:
2013/12/21 22:41:09
Browse times:
373
Comment times:
0
用PHP程序直接调用文本文件内容的实例_php资料_编程技术
Head photo
Go homepage
Upload pictures
Write articles
用PHP程序直接调用文本文件内容的实例_php资料_编程技术-你的首页-uuhomepage.com
如何调用文本文件内容 ?
调用文本文件内容
// 打开文件同时,打印每一行
$myFile = file( "data.txt");
for($index = 0; $index < count($myFile); $index++)
{
print($myFile[$index]."
");
}
?>
There are 0 records,
Comment:
Must be registered users to comment(必须是注册用户才能发表评论)
Comments can't is empty(评论不能为空)
Disclaimer
Privacy Policy
About us
Site Map
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.