|
PHP5中文手册
bcpow(PHP 4, PHP 5) bcpow — Raise an arbitrary precision number to another 说明
string bcpow
( string $left_operand
, string $right_operand
[, int $scale
] )
Raise left_operand to the power right_operand . 参数
返回值Returns the result as a string. 范例Example#1 bcpow() example
<?php |