I have data from csv, the contents of the column id look like this 6.61884E+17
6.61881E+17
6.61878E+17
This code not work, the results of this code remains the same :(
$a = '6.61884E+17';
$b = (string) floatval($a);
How to convert 6.61884E+17
to string ?
Update :
I try number_format(6.61884E+17,0,'','')
and get 661884000000000000
as result. . my expected result is 661883847445868544