I have list of string (size in bytes), I read those from file. Let say one of the string is 2968789218, but when I convert it to float it become 2.00.
This is my cod
$float = floatval($string);
Ref : http://www.php.net/floatval