Is there any way to restore php number_format?

it is not possible to use number_format, but when the data is converted to json, there will be problems with floating-point numbers. You can only use numbered formatting! / p >

but there is a problem with the later calculation. The back end cannot calculate the data formatted by number_format. Is there any way to restore it?

Php
Oct.15,2021

floatval(number_format(1491048291.5139, 3,'.',''));
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b41de1-2c5d0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b41de1-2c5d0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?