【函数分享】每日PHP函数分享(2021-1-29)
2021-01-30 06:14
标签:php %s ice int 返回 var visio 除法 php函数 说明:返回 dividend 除以 divisor 商数的整数部分。 dividend 被除数。 divisor 除数。
返回值: dividend 除以 divisor 的商,对该商取整。
【函数分享】每日PHP函数分享(2021-1-29) 标签:php %s ice int 返回 var visio 除法 php函数 原文地址:https://www.cnblogs.com/leruge/p/14343068.html
intdiv () 对除法结果取整
int intdiv ( int $dividend , int $divisor )
参数:
实例:
输出:int(1)
int(-1)
int(-1)
int(1)
int(1)
int(1)
Fatal error: Uncaught ArithmeticError: Division of PHP_INT_MIN by -1 is not an integer in %s on line 8
Fatal error: Uncaught DivisionByZeroError: Division by zero in %s on line 9
文章标题:【函数分享】每日PHP函数分享(2021-1-29)
文章链接:http://soscw.com/index.php/essay/49015.html