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 /** * Average Directional Movement Index * * @phpstub * * @param array $high ..

Decoded Output download

<?php

/**
 * Average Directional Movement Index
 *
 * @phpstub
 *
 * @param array $high
 * @param array $low
 * @param array $close
 * @param integer $timePeriod
 *
 * @return array Returns an array with calculated data or false on failure.
 */
function trader_adx($high, $low, $close, $timePeriod = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Average Directional Movement Index
 *
 * @phpstub
 *
 * @param array $high
 * @param array $low
 * @param array $close
 * @param integer $timePeriod
 *
 * @return array Returns an array with calculated data or false on failure.
 */
function trader_adx($high, $low, $close, $timePeriod = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 e8554b3d658771bc24d26f622737a838
Eval Count 0
Decode Time 72 ms