Entfernen Sie das wissenschaftliche Notationsnummernformat in PHP

echo rtrim(rtrim(sprintf('%.8F', $var), '0'), ".");
Attractive Ant