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