... decode/unserialize it back into a PHP data structure $data = json_decode($input); // $data is now the same thing it was line 1 of your given sample code.
確定! 回上一頁