//获取原先文件内的数据$oldData = file_get_contents("../files/data.txt");//将数据存入文件,会将以前的文件内容情况file_put_contents("../files/data.txt", $newData);