şöyle bi fonksiyon yazalım

function ascici($a){
foreach($a as $b){
$c.= chr($b);
}
echo $c;
}

kullanımı ise :
ascici(array(79,110,117,114));