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 $par1 * @param float $par2..

Decoded Output download

<?php

/**
 * Not documented
 *
 * @phpstub
 *
 * @param float $par1
 * @param float $par2
 * @param float $par3
 * @param int $which
 *
 * @return float 
 */
function stats_cdf_weibull($par1, $par2, $par3, $which)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Not documented
 *
 * @phpstub
 *
 * @param float $par1
 * @param float $par2
 * @param float $par3
 * @param int $which
 *
 * @return float 
 */
function stats_cdf_weibull($par1, $par2, $par3, $which)
{
}

Function Calls

None

Variables

None

Stats

MD5 8ae01715d49ab612dd00d3cd596239bd
Eval Count 0
Decode Time 95 ms