Json 做為一種輕量級的數據交換格式
美中不足的是
幸好
這裡了解更多
使用方法
if( function_exists("json_encode") )
{
return json_encode($phparr);
}
else
{
require_once ROOT
$json = new Services_JSON;
return $json
}
From:http://tw.wingwit.com/Article/program/PHP/201311/21279.html