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 int $x * @param int $n * * @re..

Decoded Output download

<?php

/**
 * Not documented
 *
 * @phpstub
 *
 * @param int $x
 * @param int $n
 *
 * @return float 
 */
function stats_stat_binomial_coef($x, $n)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Not documented
 *
 * @phpstub
 *
 * @param int $x
 * @param int $n
 *
 * @return float 
 */
function stats_stat_binomial_coef($x, $n)
{
}

Function Calls

None

Variables

None

Stats

MD5 a10ace7cd0a5d587b2b3e601e4c459a1
Eval Count 0
Decode Time 98 ms