number power by in php code example Example: php pow $z = pow(2, 8); // int(256) $z = $x ** $y; // PHP >= 5.6