|
PHP5中文手册
bcdiv(PHP 4, PHP 5) bcdiv — Divide two arbitrary precision numbers 说明
string bcdiv
( string $left_operand
, string $right_operand
[, int $scale
] )
Divides the left_operand by the right_operand . 参数
返回值Returns the result of the division as a string, or NULL if right_operand is 0. 范例Example#1 bcdiv() example
<?php |