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 /** * Get modulus of an arbitrary precision number * * @phpstub * * @param str..
Decoded Output download
<?php
/**
* Get modulus of an arbitrary precision number
*
* @phpstub
*
* @param string $left_operand
* @param string $modulus
*
* @return string Returns the modulus as a string, or null if
* is 0.
*/
function bcmod($left_operand, $modulus)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get modulus of an arbitrary precision number
*
* @phpstub
*
* @param string $left_operand
* @param string $modulus
*
* @return string Returns the modulus as a string, or null if
* is 0.
*/
function bcmod($left_operand, $modulus)
{
}
Function Calls
None |
Stats
MD5 | 81079691f821bbbf7e0a5c49dfcfbc96 |
Eval Count | 0 |
Decode Time | 88 ms |