執行時期設定

這些函式的行為受 php.ini 的影響。

BC math configuration options
名字 預設 可修改範圍 更新日誌
bcmath.scale "0" PHP_INI_ALL  
有關 PHP_INI_* 常數進一步的細節與定義參見Where a configuration setting may be set

以下是設定選項的簡要解釋。

bcmath.scale integer

Number of decimal digits for all bcmath functions. See also bcscale().

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top