我的 POST URL 为“ http://domain/mycontroller/function/info.json ”,如何读取“ info.json
”,我正在使用,file_get_contents("php://input")
但有什么替代方法可以读取JSON
数据或“ info.json
”。
问问题
634 次
2 回答
0
于 2012-10-29T08:40:01.210 回答
0
加速
你可以使用 fopen 或 curl
速度
curl>>>fopen>file_get_contents
于 2012-10-29T08:43:56.220 回答