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 /** * Index of lowest value over a specified period * * @phpstub * * @param ar..
Decoded Output download
<?php
/**
* Index of lowest value 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_minindex($real, $timePeriod = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Index of lowest value 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_minindex($real, $timePeriod = NULL)
{
}
Function Calls
None |
Stats
MD5 | 94aa256594a0dbfc91eb5aa0cf566583 |
Eval Count | 0 |
Decode Time | 80 ms |