test.php 84 Bytes Raw Blame History Permalink 1 2 3 4 5 <?php echo "HI"; $ini_array = parse_ini_file(".env", true); print_r($ini_array); ?>