|
PHP5中文手册
bcadd(PHP 4, PHP 5) bcadd — Add two arbitrary precision numbers 说明
string bcadd
( string $left_operand
, string $right_operand
[, int $scale
] )
Sums left_operand and right_operand . 参数
返回值The sum of the two operands, as a string. 范例Example#1 bcadd() example
<?php |