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 /** * Percentage Price Oscillator * * @phpstub * * @param array $real * @para..

Decoded Output download

<?php

/**
 * Percentage Price Oscillator
 *
 * @phpstub
 *
 * @param array $real
 * @param integer $fastPeriod
 * @param integer $slowPeriod
 * @param integer $mAType
 *
 * @return array Returns an array with calculated data or false on failure.
 */
function trader_ppo($real, $fastPeriod = NULL, $slowPeriod = NULL, $mAType = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Percentage Price Oscillator
 *
 * @phpstub
 *
 * @param array $real
 * @param integer $fastPeriod
 * @param integer $slowPeriod
 * @param integer $mAType
 *
 * @return array Returns an array with calculated data or false on failure.
 */
function trader_ppo($real, $fastPeriod = NULL, $slowPeriod = NULL, $mAType = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 6d6b61422e08b36e0f6cc3df1645ad0a
Eval Count 0
Decode Time 87 ms