function bolme ($rakam) {
print number_format($rakam,0,',','.');
}

$sayi="2358923589";
echo bolme($sayi);

Alıntı
2.358.923.589