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 /** * Thrusting Pattern * * @phpstub * * @param array $open * @param array $h..
Decoded Output download
<?php
/**
* Thrusting Pattern
*
* @phpstub
*
* @param array $open
* @param array $high
* @param array $low
* @param array $close
*
* @return array Returns an array with calculated data or false on failure.
*/
function trader_cdlthrusting($open, $high, $low, $close)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Thrusting Pattern
*
* @phpstub
*
* @param array $open
* @param array $high
* @param array $low
* @param array $close
*
* @return array Returns an array with calculated data or false on failure.
*/
function trader_cdlthrusting($open, $high, $low, $close)
{
}
Function Calls
None |
Stats
MD5 | 311d0d4245bc01b261eb6636b0bbe4b1 |
Eval Count | 0 |
Decode Time | 79 ms |