<?php $a = Array ( 'ids' => Array ( '0' => 'e348ae92', '1' => '193ba701', '2' => 58695854 ), 'name' => Array ( '0' => 'Customers', '1' => 'Suppliers', '2' => 'Users' ), 'subs' => Array ( '0' => 614, '1' => 65, '2' => 99 ) ); $f = array_map(null, $a['ids'], $a['name'], $a['subs']); print_r($f);
You have javascript disabled. You will not be able to edit any code.