-23
A
答えて
1
//this will round the fraction up
echo ceil(4.3);
します
-1
使用整数まで
floor(1.60)
ラウンド番号を
使用CEILは切り上げ
ceil(1.60)
これを試してくださいhttp://php.net/manual/en/function.ceil.php –
PHPでceil関数を使用してください。 http://php.net/manual/en/function.ceil.php –
この質問は研究努力を示していません。 – trincot