我有一个像这样的值:
$value = 2.3333333333;
我想将此值取整为:
$value = 2.35;
我已经尝试过回合,ceil等,但是结果不是我期望的。
请任何人帮助。
谢谢
php roundup
php ×1
roundup ×1