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 /** * Bollinger Bands * * @phpstub * * @param array $real * @param integer $t..
Decoded Output download
<?php
/**
* Bollinger Bands
*
* @phpstub
*
* @param array $real
* @param integer $timePeriod
* @param float $nbDevUp
* @param float $nbDevDn
* @param integer $mAType
*
* @return array Returns an array with calculated data or false on failure.
*/
function trader_bbands($real, $timePeriod = NULL, $nbDevUp = NULL, $nbDevDn = NULL, $mAType = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Bollinger Bands
*
* @phpstub
*
* @param array $real
* @param integer $timePeriod
* @param float $nbDevUp
* @param float $nbDevDn
* @param integer $mAType
*
* @return array Returns an array with calculated data or false on failure.
*/
function trader_bbands($real, $timePeriod = NULL, $nbDevUp = NULL, $nbDevDn = NULL, $mAType = NULL)
{
}
Function Calls
None |
Stats
MD5 | cd4b18952923141fe08ea1932ade8c42 |
Eval Count | 0 |
Decode Time | 100 ms |