si, si svuota del tutto
codice:
$temp=array(array("ciao","ciao"),"ciao");
print_r($temp);
$temp=array();
print_r($temp);