json_decode ( string $json [, bool $assoc ] ) — 对 JSON 格式的字符串进行编码 有中文时必须先转码UTF-8,当$assoc参数为 TRUE 时,将返回 array 而非 object 。