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 /** * Ultimate Oscillator * * @phpstub * * @param array $high * @param array ..

Decoded Output download

<?php

/**
 * Ultimate Oscillator
 *
 * @phpstub
 *
 * @param array $high
 * @param array $low
 * @param array $close
 * @param integer $timePeriod1
 * @param integer $timePeriod2
 * @param integer $timePeriod3
 *
 * @return array Returns an array with calculated data or false on failure.
 */
function trader_ultosc($high, $low, $close, $timePeriod1 = NULL, $timePeriod2 = NULL, $timePeriod3 = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Ultimate Oscillator
 *
 * @phpstub
 *
 * @param array $high
 * @param array $low
 * @param array $close
 * @param integer $timePeriod1
 * @param integer $timePeriod2
 * @param integer $timePeriod3
 *
 * @return array Returns an array with calculated data or false on failure.
 */
function trader_ultosc($high, $low, $close, $timePeriod1 = NULL, $timePeriod2 = NULL, $timePeriod3 = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 9d99da2623be82574e7c3213d1f4aca2
Eval Count 0
Decode Time 82 ms