if you have compiled php width "--disable-bcmath", you can use this:
<?php
function bcmul($_ro, $_lo, $_scale=0)
{
return round($_ro*$_lo, $_scale);
}
?>
![]() |
|
||||||||||
|
bcmulDescriptionstring bcmul ( string left_operand, string right_operand [, int scale] )
Multiply the bcmul
xpheas (at) gmail . com
14-Jun-2007 08:13
if you have compiled php width "--disable-bcmath", you can use this: |