- how to make mysql_fetch_array()? using array_walk?
- // Test here
- //
- //
- $a = $class->csv_reader('./up/agent/26705.csv');
- //function test_print($item2,$key){
- // echo "$key . $item2 <br/>";
- //}
- //array_walk($a,'test_print');
- while($b = array_walk($a)){
- echo $b[0];
- if($i>40000){exit;}
- $i++;
- }