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 /** * Computes the kurtosis of the data in the array * * @phpstub * * @param a..

Decoded Output download

<?php

/**
 * Computes the kurtosis of the data in the array
 *
 * @phpstub
 *
 * @param array $a
 *
 * @return float 
 */
function stats_kurtosis($a)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Computes the kurtosis of the data in the array
 *
 * @phpstub
 *
 * @param array $a
 *
 * @return float 
 */
function stats_kurtosis($a)
{
}

Function Calls

None

Variables

None

Stats

MD5 1a7a713c6f1b8d3bb04bb57bfcac8a0b
Eval Count 0
Decode Time 77 ms