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 /** * * * @phpstub * * @param float $x * @param float $dfr1 * @param float ..

Decoded Output download

<?php

/**
 * 
 *
 * @phpstub
 *
 * @param float $x
 * @param float $dfr1
 * @param float $dfr2
 *
 * @return float 
 */
function stats_dens_f($x, $dfr1, $dfr2)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * 
 *
 * @phpstub
 *
 * @param float $x
 * @param float $dfr1
 * @param float $dfr2
 *
 * @return float 
 */
function stats_dens_f($x, $dfr1, $dfr2)
{
}

Function Calls

None

Variables

None

Stats

MD5 16caab11bcca2db1e1b052277de22bbe
Eval Count 0
Decode Time 80 ms