课程
/后端开发
/PHP
/PHP进阶篇
需要先重写文件中内容,之后再输出。
2014-11-25
源自:PHP进阶篇 5-1
正在回答
<?php
$file='a.txt';
$currentt=file_get_contents($file);
$current .=“abc”;
file_put_contents($file,$current);
?>
举报
轻松学习PHP中级课程,进行全面了解,用PHP快速开发网站程序
3 回答$this
1 回答$this->speed -=10;
3 回答为什么是return $this->name; 而不是return $this->$name;
3 回答this是什么意思?
2 回答static 对$this的影响