php回调函数接收数据常用变量

$GLOBALS[‘HTTP_RAW_POST_DATA’]
如果是json格式可以用下面这个来解析
$a= json_decode($GLOBALS[‘HTTP_RAW_POST_DATA’], true);

发表评论?

0 条评论。

发表评论


注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>