How to do when the print input in PHP changes to in instead of in
123456789123
232133468.1318648613
How to do when the print input in PHP changes to in instead
Guanhui2020-07-07 11:23:19
intval();//Round directly, discard the decimals and keep the integers round();//Round to integers ceil();//If there are decimals, add one to the integers floor();//Yes For decimals, use integer digits