可以使用PHP內(nèi)置函數(shù)round()來進(jìn)行四舍五入保留兩位小數(shù)。例如:
$number = 3.1415926;
$rounded = round($number, 2); // 保留兩位小數(shù)
echo $rounded; // 輸出:3.14
其中,第一個參數(shù)是要進(jìn)行四舍五入的數(shù)字,第二個參數(shù)是保留的小數(shù)位數(shù)。
億速云公眾號
手機(jī)網(wǎng)站二維碼
Copyright ? Yisu Cloud Ltd. All Rights Reserved. 2018 版權(quán)所有
廣州億速云計算有限公司粵ICP備17096448號-1 粵公網(wǎng)安備 44010402001142號增值電信業(yè)務(wù)經(jīng)營許可證編號:B1-20181529