$valore = 1780;
$valore = round(($valore/100)) * 100;
print $valore;

non testato