|
PHP5中文手册
bcsub(PHP 4, PHP 5) bcsub — Subtract one arbitrary precision number from another 说明
string bcsub
( string $left_operand
, string $right_operand
[, int $scale
] )
Subtracts the right_operand from the left_operand . 参数
返回值The result of the substraction, as a string. 范例Example#1 bcsub() example
<?php |