新加的函数intdiv()用来进行 整数的除法运算。
var_dump(intdiv(10, 3));
输出结果:
int(3)
Last updated 5 years ago
Was this helpful?