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 $ave * ..
Decoded Output download
<?php
/**
* Not documented
*
* @phpstub
*
* @param float $x
* @param float $ave
* @param float $stdev
*
* @return float
*/
function stats_dens_normal($x, $ave, $stdev)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Not documented
*
* @phpstub
*
* @param float $x
* @param float $ave
* @param float $stdev
*
* @return float
*/
function stats_dens_normal($x, $ave, $stdev)
{
}
Function Calls
None |
Stats
MD5 | 754c61b6e1ba33a7addc9093b03d990e |
Eval Count | 0 |
Decode Time | 91 ms |