$assocArray = json_decode($data, true);. The second parameter set the result as an object(false, default) or an associative array(true).
確定! 回上一頁