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 /** * Divides two variants and returns only the remainder * * @phpstub * * @pa..
Decoded Output download
<?php
/**
* Divides two variants and returns only the remainder
*
* @phpstub
*
* @param mixed $left
* @param mixed $right
*
* @return mixed Returns the remainder of the division.
*/
function variant_mod($left, $right)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Divides two variants and returns only the remainder
*
* @phpstub
*
* @param mixed $left
* @param mixed $right
*
* @return mixed Returns the remainder of the division.
*/
function variant_mod($left, $right)
{
}
Function Calls
None |
Stats
MD5 | e62b736a12e6c7b6781ebeac7b01accb |
Eval Count | 0 |
Decode Time | 84 ms |