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 /** * Stochastic Fast * * @phpstub * * @param array $high * @param array $low..
Decoded Output download
<?php
/**
* Stochastic Fast
*
* @phpstub
*
* @param array $high
* @param array $low
* @param array $close
* @param integer $fastK_Period
* @param integer $fastD_Period
* @param integer $fastD_MAType
*
* @return array Returns an array with calculated data or false on failure.
*/
function trader_stochf($high, $low, $close, $fastK_Period = NULL, $fastD_Period = NULL, $fastD_MAType = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Stochastic Fast
*
* @phpstub
*
* @param array $high
* @param array $low
* @param array $close
* @param integer $fastK_Period
* @param integer $fastD_Period
* @param integer $fastD_MAType
*
* @return array Returns an array with calculated data or false on failure.
*/
function trader_stochf($high, $low, $close, $fastK_Period = NULL, $fastD_Period = NULL, $fastD_MAType = NULL)
{
}
Function Calls
None |
Stats
MD5 | dd68e8d875cf988cf151deaac2790ddb |
Eval Count | 0 |
Decode Time | 98 ms |