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 /** * Calculates any one parameter of the Non-central F distribution given values ..

Decoded Output download

<?php

/**
 * Calculates any one parameter of the Non-central F distribution given values for the others.
 *
 * @phpstub
 *
 * @param float $par1
 * @param float $par2
 * @param float $par3
 * @param float $par4
 * @param int $which
 *
 * @return float 
 */
function stats_cdf_noncentral_f($par1, $par2, $par3, $par4, $which)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Calculates any one parameter of the Non-central F distribution given values for the others.
 *
 * @phpstub
 *
 * @param float $par1
 * @param float $par2
 * @param float $par3
 * @param float $par4
 * @param int $which
 *
 * @return float 
 */
function stats_cdf_noncentral_f($par1, $par2, $par3, $par4, $which)
{
}

Function Calls

None

Variables

None

Stats

MD5 0d6ddda434fda10d9b0e39444fa49626
Eval Count 0
Decode Time 78 ms