php $Json = file_get_contents("myfile.json"); // Converts to an array $myarray = json_decode($Json, true); var_dump($myarray); // prints array ?
確定! 回上一頁