by Example
显示下拉菜单
ceil()
«
call_user_func_array
|
checkdate
»
<?php
$float
=
ceil
(
4.3
// float $value
);
?>
结果
$float
=
5.0
示例
#1
ceil
(
4.3
)
#2
ceil
(
9.999
)
#3
ceil
(-
3.14
)
另请参阅
floor
,
round
Deutsch
English
Español
Français
Italiano
Português
Română
Türkçe
Русский
中文
日本語
帮助
杂项
配置
测试
单元测试
PHP手册
php.net
无需手动
Powered by
PHP
7.1.33 (0.02 s)
2014-2017 Michel Corne