[PHP] JSON PHP 5.2.0以前的支援
if(!function_exists('json_decode')){ include("json.php"); $json = new Services_JSON(SERVICES_JSON_LOOSE_TYPE); function json_decode($arr){ global $json; return $json->decode($arr); } f......
if(!function_exists('json_decode')){ include("json.php"); $json = new Services_JSON(SERVICES_JSON_LOOSE_TYPE); function json_decode($arr){ global $json; return $json->decode($arr); } f......