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 /** * Three Advancing White Soldiers * * @phpstub * * @param array $open * @p..

Decoded Output download

<?php

/**
 * Three Advancing White Soldiers
 *
 * @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_cdl3whitesoldiers($open, $high, $low, $close)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Three Advancing White Soldiers
 *
 * @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_cdl3whitesoldiers($open, $high, $low, $close)
{
}

Function Calls

None

Variables

None

Stats

MD5 eb0dcd91017e3f68b8b62f9228e88008
Eval Count 0
Decode Time 94 ms