<?php
$id = '1'; 定義一個(gè)參數(shù)
$id2 = '2';定義一個(gè)參數(shù)
#echo bcadd($id,$id2,3);呼叫php加法函數(shù)並輸出,第三個(gè)參數(shù)是小數(shù)點(diǎn)後面要保留的位數(shù)