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 /** * Rate of change Percentage: (price-prevPrice)/prevPrice * * @phpstub * * ..
Decoded Output download
<?php
/**
* Rate of change Percentage: (price-prevPrice)/prevPrice
*
* @phpstub
*
* @param array $real
* @param integer $timePeriod
*
* @return array Returns an array with calculated data or false on failure.
*/
function trader_rocp($real, $timePeriod = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Rate of change Percentage: (price-prevPrice)/prevPrice
*
* @phpstub
*
* @param array $real
* @param integer $timePeriod
*
* @return array Returns an array with calculated data or false on failure.
*/
function trader_rocp($real, $timePeriod = NULL)
{
}
Function Calls
None |
Stats
MD5 | 9844e81bd8048874913b477ab4c2c47f |
Eval Count | 0 |
Decode Time | 94 ms |