数学函数库 ceil (PHP3 , PHP4) ceil --- 取得大于指定数的最小整数值 语法 : int ceil(float number); 说明 : 传回大于参数number的最小整数值。在整数上使用ceil( )絶对是很浪费时间的。 参考 : floor( ) round( ) 上一页 首页 下一页
数学函数库
ceil
(PHP3 , PHP4)
ceil --- 取得大于指定数的最小整数值
语法 : int ceil(float number);
int ceil
说明 :
传回大于参数number的最小整数值。在整数上使用ceil( )絶对是很浪费时间的。
参考 : floor( ) round( )