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 ratio 100 scale: (price/prevPrice)*100 * * @phpstub * * @..

Decoded Output download

<?php

/**
 * Rate of change ratio 100 scale: (price/prevPrice)*100
 *
 * @phpstub
 *
 * @param array $real
 * @param integer $timePeriod
 *
 * @return array Returns an array with calculated data or false on failure.
 */
function trader_rocr100($real, $timePeriod = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Rate of change ratio 100 scale: (price/prevPrice)*100
 *
 * @phpstub
 *
 * @param array $real
 * @param integer $timePeriod
 *
 * @return array Returns an array with calculated data or false on failure.
 */
function trader_rocr100($real, $timePeriod = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 f230628a260ed107ed5e79ce97365f3f
Eval Count 0
Decode Time 78 ms