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

Decoded Output download

<?php

/**
 * Not documented
 *
 * @phpstub
 *
 * @param float $x
 * @param float $dfr
 *
 * @return float 
 */
function stats_dens_chisquare($x, $dfr)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Not documented
 *
 * @phpstub
 *
 * @param float $x
 * @param float $dfr
 *
 * @return float 
 */
function stats_dens_chisquare($x, $dfr)
{
}

Function Calls

None

Variables

None

Stats

MD5 5c6ff6973a0048cc2419c2d81f32fb65
Eval Count 0
Decode Time 76 ms