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 $a * @p..

Decoded Output download

<?php

/**
 * Not documented
 *
 * @phpstub
 *
 * @param float $x
 * @param float $a
 * @param float $b
 *
 * @return float 
 */
function stats_dens_weibull($x, $a, $b)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Not documented
 *
 * @phpstub
 *
 * @param float $x
 * @param float $a
 * @param float $b
 *
 * @return float 
 */
function stats_dens_weibull($x, $a, $b)
{
}

Function Calls

None

Variables

None

Stats

MD5 2d273b18a5fdae588c00f4c168e9005b
Eval Count 0
Decode Time 82 ms