Pretty Print JSON to File ... <?php // encode json $json = json_encode(array('data' => $arr), JSON_PRETTY_PRINT); header('Content-type: text/ ...
確定! 回上一頁