I have a simple question.
I have a number 7310093341976450848that I needed to echo. But when I echo, he gives me that 7.3100933419765E+18.
I tried
echo (string) $ data;
to pass it to a string and then print, but it still gives the same result.The original number is of type double.
source
share