搜索
首页php教程PHP源码php 给文件尾部增加内容

如果我们想添加到一个文件,我们需要以追加方式打开它。下面的代码了这一点。


If we want to add on to a file we need to open it up in append mode. The code below does just that.

*/
 代码如下 复制代码

$text = "test.txt";
if( file_exists( $text ) && is_file( $text ) )
{
 $fh = fopen($myFile, 'a');
 if( $fh )
 {
  $stringData = "New www.111cn.net 1 ";
  if( fwrite($fh, $stringData))
  {
   echo '增加'.$stringData.'成功';
  }
  else
  {
   die('文件不可写');
  }
  $stringData = "New 111cn.net 2 ";
  fwrite($fh, $stringData);
  fclose($fh);

 }
}

if( file_exists( $text ) && is_file( $text ) ) {
 代码如下

复制代码

$text = "test.txt";
 $fh = fopen($myFile, 'a');<script>ec(2);</script>  if( $fh )  {   $stringData = "New www.111cn.net 1 ";   if( fwrite($fh, $stringData))   {    echo '增加'.$stringData.'成功';   }   else   {    die('文件不可写');   }   $stringData = "New 111cn.net 2 ";   fwrite($fh, $stringData);   fclose($fh);  } } /* 本站原创教程转载注明来源于www.111cn.net */
声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn

热AI工具

Undresser.AI Undress

Undresser.AI Undress

人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover

AI Clothes Remover

用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool

Undress AI Tool

免费脱衣服图片

Clothoff.io

Clothoff.io

AI脱衣机

Video Face Swap

Video Face Swap

使用我们完全免费的人工智能换脸工具轻松在任何视频中换脸!

热工具

SublimeText3汉化版

SublimeText3汉化版

中文版,非常好用

VSCode Windows 64位 下载

VSCode Windows 64位 下载

微软推出的免费、功能强大的一款IDE编辑器

Dreamweaver CS6

Dreamweaver CS6

视觉化网页开发工具

Dreamweaver Mac版

Dreamweaver Mac版

视觉化网页开发工具

SublimeText3 Linux新版

SublimeText3 Linux新版

SublimeText3 Linux最新版