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 /** * Moving average with variable period * * @phpstub * * @param array $real ..

Decoded Output download

<?php

/**
 * Moving average with variable period
 *
 * @phpstub
 *
 * @param array $real
 * @param array $periods
 * @param integer $minPeriod
 * @param integer $maxPeriod
 * @param integer $mAType
 *
 * @return array Returns an array with calculated data or false on failure.
 */
function trader_mavp($real, $periods, $minPeriod = NULL, $maxPeriod = NULL, $mAType = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Moving average with variable period
 *
 * @phpstub
 *
 * @param array $real
 * @param array $periods
 * @param integer $minPeriod
 * @param integer $maxPeriod
 * @param integer $mAType
 *
 * @return array Returns an array with calculated data or false on failure.
 */
function trader_mavp($real, $periods, $minPeriod = NULL, $maxPeriod = NULL, $mAType = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 c907d038ecc9979e1444ef9bce34f095
Eval Count 0
Decode Time 120 ms