Sparrow

$kilogram = 1000;
$ton = number_format($kilogram / 1000, 2);
gram = number_format($kilogram * 1000, 2);

bu şekilde yapabilirsin.