Is it possible to have a foreach loop in PHP with multiple \"index\" variables, akin to the following (which doesn\'t use correct syntax)?
foreach
forea
like this?
foreach($array as $b=>$c){ }