Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * Raise an arbitrary precision number to another * * @phpstub * * @param s..
Decoded Output download
<?php
/**
* Raise an arbitrary precision number to another
*
* @phpstub
*
* @param string $left_operand
* @param string $right_operand
* @param int $scale
*
* @return string Returns the result as a string.
*/
function bcpow($left_operand, $right_operand, $scale = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Raise an arbitrary precision number to another
*
* @phpstub
*
* @param string $left_operand
* @param string $right_operand
* @param int $scale
*
* @return string Returns the result as a string.
*/
function bcpow($left_operand, $right_operand, $scale = NULL)
{
}
Function Calls
None |
Stats
MD5 | 1ce18c4bdc90df1f0c5a3df013333301 |
Eval Count | 0 |
Decode Time | 81 ms |