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 $scale ..

Decoded Output download

<?php

/**
 * Not documented
 *
 * @phpstub
 *
 * @param float $x
 * @param float $scale
 *
 * @return float 
 */
function stats_dens_exponential($x, $scale)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Not documented
 *
 * @phpstub
 *
 * @param float $x
 * @param float $scale
 *
 * @return float 
 */
function stats_dens_exponential($x, $scale)
{
}

Function Calls

None

Variables

None

Stats

MD5 6dbefc302d94dfed7b33e74300581027
Eval Count 0
Decode Time 94 ms