PHP » GoLang |
login |
register |
about
|
bcsub(PHP 4, PHP 5, PHP 7) bcsub — Subtract 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 |
more
Recently updated
more
Most requested
|