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