Usuń format numeru notacji naukowej w PHP

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