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 /** * 1-day Rate-Of-Change (ROC) of a Triple Smooth EMA * * @phpstub * * @para..
Decoded Output download
<?php
/**
* 1-day Rate-Of-Change (ROC) of a Triple Smooth EMA
*
* @phpstub
*
* @param array $real
* @param integer $timePeriod
*
* @return array Returns an array with calculated data or false on failure.
*/
function trader_trix($real, $timePeriod = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* 1-day Rate-Of-Change (ROC) of a Triple Smooth EMA
*
* @phpstub
*
* @param array $real
* @param integer $timePeriod
*
* @return array Returns an array with calculated data or false on failure.
*/
function trader_trix($real, $timePeriod = NULL)
{
}
Function Calls
None |
Stats
MD5 | f3fdc192df493d5d3980c4ef6b411685 |
Eval Count | 0 |
Decode Time | 73 ms |