file_put_contents("test.txt", "This is another something.", FILE_APPEND);
FILE_APPEND:在文件末尾以追加的方式写入数据
本文共 157 字,大约阅读时间需要 1 分钟。
file_put_contents("test.txt", "This is another something.", FILE_APPEND);
FILE_APPEND:在文件末尾以追加的方式写入数据
转载于:https://www.cnblogs.com/huanglei559/p/10993652.html