Codice PHP:
foreach($array as $key=>$value)
{
   
$array[$key] = arsort($value);