
PHP之JSON-json_decode函数发布时间:2009-07-0511:55:22浏览数:12077发布者:superadmin设置字体【】json_decode(PHP5>=5.2.0,PECLjson>=1.2.0)json_decode—对JSON格式的字符串进行编码说明mixedjson_decode(string$json[,bool$assoc])接受一个JSON格式的字符串并且把它转换为PHP变量参数json待解码的jsonstring格式的字符串。assoc当该参数为TRUE时,将返回array而非object。返回值Return...