|
PHP5中文手册
gmp_div_q(PHP 4 >= 4.0.4, PHP 5) gmp_div_q — Divide numbers 说明
resource gmp_div_q
( resource $a
, resource $b
[, int $round
] )
Divides a by b and returns the integer result. 参数
返回值A GMP number resource. 范例
Example#1 gmp_div_q() example
<?php 上例将输出:
注释
|