<?php · //JSON string · $json_string = '{"a":1,"b":2,"c":3,"d":4,"e":5}'; · //JSON Object · var_dump(json_decode($json_string)); · //JSON Array.
確定! 回上一頁