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 /** * Generates a random deviate * * @phpstub * * @param float $dfn * @param ..
Decoded Output download
<?php
/**
* Generates a random deviate
*
* @phpstub
*
* @param float $dfn
* @param float $dfd
*
* @return float
*/
function stats_rand_gen_f($dfn, $dfd)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Generates a random deviate
*
* @phpstub
*
* @param float $dfn
* @param float $dfd
*
* @return float
*/
function stats_rand_gen_f($dfn, $dfd)
{
}
Function Calls
None |
Stats
MD5 | 8247321ce85332be8f2afdebf361863e |
Eval Count | 0 |
Decode Time | 119 ms |