$array = array(
"id" => array("1","2","3"),
"text" => array("text 1","text 2", "text 3"),
"checked" => array("checked","","checked")
);
i have an array like this. i want to access value in foreach like this.
first loop => 1 | text 1 | checked or null
second loop => 2 | text 2 | checked or null