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 /** * Lowest and highest values over a specified period * * @phpstub * * @para..

Decoded Output download

<?php

/**
 * Lowest and highest values over a specified period
 *
 * @phpstub
 *
 * @param array $real
 * @param integer $timePeriod
 *
 * @return array Returns an array with calculated data or false on failure.
 */
function trader_minmax($real, $timePeriod = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Lowest and highest values over a specified period
 *
 * @phpstub
 *
 * @param array $real
 * @param integer $timePeriod
 *
 * @return array Returns an array with calculated data or false on failure.
 */
function trader_minmax($real, $timePeriod = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 bd71dfe84c857c3aad6d487ba2953281
Eval Count 0
Decode Time 123 ms