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 /** * Midpoint Price over period * * @phpstub * * @param array $high * @param..
Decoded Output download
<?php
/**
* Midpoint Price over period
*
* @phpstub
*
* @param array $high
* @param array $low
* @param integer $timePeriod
*
* @return array Returns an array with calculated data or false on failure.
*/
function trader_midprice($high, $low, $timePeriod = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Midpoint Price over period
*
* @phpstub
*
* @param array $high
* @param array $low
* @param integer $timePeriod
*
* @return array Returns an array with calculated data or false on failure.
*/
function trader_midprice($high, $low, $timePeriod = NULL)
{
}
Function Calls
None |
Stats
MD5 | 2a9bad4fa2f2b1992c7fa4e85b44db38 |
Eval Count | 0 |
Decode Time | 87 ms |