Home > PHP > Function > COM > variant_pow()

variant_pow()

variant_pow - Returns the result of performing the power function with two variants

Syntax

mixed variant_pow (mixed $left, mixed $right)

Arguments

  • left - The left operand.
  • right - The right operand.

Description

Returns the result of left to the power of right.

Version

PHP 5

Return value

Returns the result of left to the power of right.