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 /** * Stick Sandwich * * @phpstub * * @param array $open * @param array $high..

Decoded Output download

<?php

/**
 * Stick Sandwich
 *
 * @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_cdlsticksandwich($open, $high, $low, $close)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Stick Sandwich
 *
 * @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_cdlsticksandwich($open, $high, $low, $close)
{
}

Function Calls

None

Variables

None

Stats

MD5 56518c512d9a542718b394a3b1393e88
Eval Count 0
Decode Time 87 ms