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, reduced by a specified modul..
Decoded Output download
<?php
/**
* Raise an arbitrary precision number to another, reduced by a specified modulus
*
* @phpstub
*
* @param string $left_operand
* @param string $right_operand
* @param string $modulus
* @param int $scale
*
* @return string Returns the result as a string, or null if
* is 0.
*/
function bcpowmod($left_operand, $right_operand, $modulus, $scale = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Raise an arbitrary precision number to another, reduced by a specified modulus
*
* @phpstub
*
* @param string $left_operand
* @param string $right_operand
* @param string $modulus
* @param int $scale
*
* @return string Returns the result as a string, or null if
* is 0.
*/
function bcpowmod($left_operand, $right_operand, $modulus, $scale = NULL)
{
}
Function Calls
None |
Stats
MD5 | 0722e2697233bbb7faff09b0e119bd63 |
Eval Count | 0 |
Decode Time | 83 ms |