📜  将帖子数据保存到文件 php 代码示例

📅  最后修改于: 2022-03-11 14:54:24.930000             🧑  作者: Mango

代码示例1
file_put_contents('test.txt', file_get_contents('php://input'));