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 /** * Time Series Forecast * * @phpstub * * @param array $real * @param integ..
Decoded Output download
<?php
/**
* Time Series Forecast
*
* @phpstub
*
* @param array $real
* @param integer $timePeriod
*
* @return array Returns an array with calculated data or false on failure.
*/
function trader_tsf($real, $timePeriod = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Time Series Forecast
*
* @phpstub
*
* @param array $real
* @param integer $timePeriod
*
* @return array Returns an array with calculated data or false on failure.
*/
function trader_tsf($real, $timePeriod = NULL)
{
}
Function Calls
None |
Stats
MD5 | 44d8db587db32823084c9131f9d92e43 |
Eval Count | 0 |
Decode Time | 85 ms |