您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

PHP5入门之读写文本文件

2024/5/4 23:03:30发布25次查看
===============写文件===============$realfiepath = d:/test.txt;$filecontent = test 2011 03 12.; $file = fopen($realfiepath, 'wb');fwrite($file, $filecontent );fclose($file); ===============读文件===============$realfiepath = d:/test.txt;$size = intval(sprintf(%u, filesize($realfiepath)));$handle = fopen($realfiepath, rb);$filecontent = ;   while (!feof($handle)) {      $filecontent .= fread($handle, $size);      ob_flush();       flush();   }  fclose($handle); echo $filecontent ;
复制代码
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product