file_put_contents实现内容追加

file_put_contents("test.txt", "This is another something.", FILE_APPEND);

FILE_APPEND:在文件末尾以追加的方式写入数据

posted on 2019-05-29 18:25  车车大人  阅读(254)  评论(0)    收藏  举报