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 $n1 * @param float $n2 * @param float $..
Decoded Output download
<?php
/**
*
*
* @phpstub
*
* @param float $n1
* @param float $n2
* @param float $N1
* @param float $N2
*
* @return float
*/
function stats_dens_pmf_hypergeometric($n1, $n2, $N1, $N2)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
*
*
* @phpstub
*
* @param float $n1
* @param float $n2
* @param float $N1
* @param float $N2
*
* @return float
*/
function stats_dens_pmf_hypergeometric($n1, $n2, $N1, $N2)
{
}
Function Calls
None |
Stats
MD5 | 482d5b12244113f17ff2a353f64f162f |
Eval Count | 0 |
Decode Time | 75 ms |