php file_put_contents()函数可不可以以追加的方式写入文件 ???我用了 file_put_contents('aa.txt', serialize($yourArray));//每次都把原先写入的内容覆盖掉了。
可不可以 以追加的方式写入 ,并且写入后换行。??