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 /** * Kaufman Adaptive Moving Average * * @phpstub * * @param array $real * @..

Decoded Output download

<?php

/**
 * Kaufman Adaptive Moving Average
 *
 * @phpstub
 *
 * @param array $real
 * @param integer $timePeriod
 *
 * @return array Returns an array with calculated data or false on failure.
 */
function trader_kama($real, $timePeriod = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Kaufman Adaptive Moving Average
 *
 * @phpstub
 *
 * @param array $real
 * @param integer $timePeriod
 *
 * @return array Returns an array with calculated data or false on failure.
 */
function trader_kama($real, $timePeriod = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 bc4e9a4f6d980be7aa89be0bc7a025d2
Eval Count 0
Decode Time 83 ms