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 /** * Generate a random integer * * @phpstub * * @return int */ function rand..
Decoded Output download
<?php
/**
* Generate a random integer
*
* @phpstub
*
* @return int
*/
function rand()
{
}
/**
* Generate a random integer
*
* @phpstub
*
* @param int $min
* @param int $max
*
* @return int
*/
function rand($min, $max)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Generate a random integer
*
* @phpstub
*
* @return int
*/
function rand()
{
}
/**
* Generate a random integer
*
* @phpstub
*
* @param int $min
* @param int $max
*
* @return int
*/
function rand($min, $max)
{
}
Function Calls
None |
Stats
MD5 | d44ebe5868b85f08893878f0967540dc |
Eval Count | 0 |
Decode Time | 117 ms |