Say for example you just queried a database and you recieved this 2D array.
$results = array( array(\'id\' => 1, \'name\' => \'red\' , \'spin\' =&
Simply put, no.
You will need to use a loop or a callback function like array_walk.