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

Decoded Output download

<?php

/**
 * MESA Adaptive Moving Average
 *
 * @phpstub
 *
 * @param array $real
 * @param float $fastLimit
 * @param float $slowLimit
 *
 * @return array Returns an array with calculated data or false on failure.
 */
function trader_mama($real, $fastLimit = NULL, $slowLimit = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * MESA Adaptive Moving Average
 *
 * @phpstub
 *
 * @param array $real
 * @param float $fastLimit
 * @param float $slowLimit
 *
 * @return array Returns an array with calculated data or false on failure.
 */
function trader_mama($real, $fastLimit = NULL, $slowLimit = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 a8a5351314702e40d9e86153c1c2a7a6
Eval Count 0
Decode Time 80 ms