Sorry, I just found the solution. (why do we always find the solution after posting?)
foreach($array as $key=>$var) {
$company[$key]= $var['company'];
$name[$key] = $var[name];
}
array_multisort($company,SORT_ASC,$name,SORT_ASC,$array);
visit my website at http://www.phpscriptor.com