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

PHP 五 入门 读、写文本文件(二)

2024/5/21 9:44:52发布42次查看
php 5 入门 读、写文本文件(二)
===============
写文件
===============
$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