Converting JSON to PHP Array. To convert a JSON data string to a PHP array, you can use the json_decode($json) function.
確定! 回上一頁