pow

 number pow ( number $base , number $exp ) 

説明

Returns base raised to the power of exp.

戻り値

base raised to the power of exp. If the result can be represented as integer it will be returned as type integer, else it will be returned as type float.