4
238
<?php $lines = file('dosya.txt'); foreach($lines as $line) { $i++; $array[$i] = json_decode($line, true); } print_r($array);