How can i sort something like this
$a = array(
0 => array(
'field' => array(
'id'=>'valueid'
)
)
);
by valueid? I have managed to sort it by field but i can't realize how to do this weird sorting