Read from Json file ·?php · $string = file_get_contents("file1.json"); · $jsonRS = json_decode ($string,true); · foreach ($jsonRS as $rs) { · echo ...
確定! 回上一頁