输出从服务器传回来的变量值,用什么方法呢?可以使用以下示例。

$xml = file_get_contents('php://input');
file_put_contents("3.txt",$xml);