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

Decoded Output download

<?php

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

Did this file decode correctly?

Original Code

<?php

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

Function Calls

None

Variables

None

Stats

MD5 5440b5a15f9811bfc06a2542b67f651b
Eval Count 0
Decode Time 87 ms