1. 首页
  2. 数据库
  3. 其它
  4. php在文件指定行中写入代码的方法

php在文件指定行中写入代码的方法

上传者: 2020-12-23 04:10:04上传 PDF文件 30.16KB 热度 29次
复制代码 代码如下: <?php $file=”aa.php” ; $code=”[removed][removed]”; $f=fopen($file,”r+”); $content=fread($f,filesize($file)); fclose($f); if(!strstr($content,$code)){ $arrInsert = insertContent($file, $code, 3); unlink($file); foreach($arrInsert as $value) { file_put_contents($f
用户评论