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,'.',''));
Menu