(PHP 5, PHP 7)
Returns the result of performing the power function with two variants
mixed variant_pow ( mixed $left, mixed $right )
Returns the result of left
to the power of right
.
Parameters:
left
The left operand.
right
The right operand.
Returns:
Returns the result of left
to the power of right
.
See also:
pow() -
Please login to continue.