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.