bcsubSubtract one arbitrary precision number from another Description
string bcsub
( string
$left_operand
, string $right_operand
[, int $scale = 0
] )
Subtracts the Parameters
Return ValuesThe result of the subtraction, as a string. ExamplesExample #1 bcsub example
<?php See Also
|