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 /** * MACD with controllable MA type * * @phpstub * * @param array $real * @p..
Decoded Output download
<?php
/**
* MACD with controllable MA type
*
* @phpstub
*
* @param array $real
* @param integer $fastPeriod
* @param integer $fastMAType
* @param integer $slowPeriod
* @param integer $slowMAType
* @param integer $signalPeriod
* @param integer $signalMAType
*
* @return array Returns an array with calculated data or false on failure.
*/
function trader_macdext($real, $fastPeriod = NULL, $fastMAType = NULL, $slowPeriod = NULL, $slowMAType = NULL, $signalPeriod = NULL, $signalMAType = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* MACD with controllable MA type
*
* @phpstub
*
* @param array $real
* @param integer $fastPeriod
* @param integer $fastMAType
* @param integer $slowPeriod
* @param integer $slowMAType
* @param integer $signalPeriod
* @param integer $signalMAType
*
* @return array Returns an array with calculated data or false on failure.
*/
function trader_macdext($real, $fastPeriod = NULL, $fastMAType = NULL, $slowPeriod = NULL, $slowMAType = NULL, $signalPeriod = NULL, $signalMAType = NULL)
{
}
Function Calls
None |
Stats
MD5 | fd2c7a44e35213b145dffdc58c97c79d |
Eval Count | 0 |
Decode Time | 74 ms |