Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

remove scientific notation number format in php

echo rtrim(rtrim(sprintf('%.8F', $var), '0'), ".");
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #remove #scientific #notation #number #format #php
ADD COMMENT
Topic
Name
1+5 =