json_encode()和json_decode()的用法

mixed json_decode ( string $json [, bool $assoc ] )  接受一个 JSON 格式的字符串而且把它转换为 PHP 变量 php 返回值  Returns an object or if the optional assoc parameter is TRUE, an associative array is instead returned.  js
相关文章
相关标签/搜索