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

Decoded Output download

<?php

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

Did this file decode correctly?

Original Code

<?php

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

Function Calls

None

Variables

None

Stats

MD5 2c4bfc321176e33ccad36b1a38e8d912
Eval Count 0
Decode Time 101 ms