已采纳回答 / 慕九州9704552
echo file_get_contents($filename1,'test'); echo fgets($filename1);(1)file_get_contents($filename1,'test');只要传文件名(2)fgets获取内容,需要先用fopen打开文件指针,然后才是fgets
2017-05-05
已采纳回答 / qq_OranGe君_0
没写return。class BigCar extends Car { public static function start() { return parent::speedUp(); }}
2017-05-05
已采纳回答 / 摩天轮下的肖邦曲
这是序列化的 结果 : O 表示的是对象 s表示字符串 4是字符串的长度 name 就是字符串 后面的s也是字符串 7 是 字符串的值 new Car 也就是 说 name 的值 是 new Car
2017-05-03