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_cauchy($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_cauchy($x, $ave, $stdev)
{
}

Function Calls

None

Variables

None

Stats

MD5 86cfb3c6b36f03058f12b735f2e32ea4
Eval Count 0
Decode Time 108 ms