Display the drop-down list

bcadd()

« basename | bccomp »
<?php
$string 
bcadd (
    
// string $left_operand
    
// string $right_operand
    
  // [int $scale]
);
?>
Result
$string = '6'
Examples
#1 bcadd  (1.234,
 
5)
#2 bcadd  (1.234,
 
5,
 
4)
See also
bcsub