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 /** * Median Price * * @phpstub * * @param array $high * @param array $low *..
Decoded Output download
<?php
/**
* Median Price
*
* @phpstub
*
* @param array $high
* @param array $low
*
* @return array Returns an array with calculated data or false on failure.
*/
function trader_medprice($high, $low)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Median Price
*
* @phpstub
*
* @param array $high
* @param array $low
*
* @return array Returns an array with calculated data or false on failure.
*/
function trader_medprice($high, $low)
{
}
Function Calls
None |
Stats
MD5 | 383e3c6aa4bd6126090f83e4c75f87b2 |
Eval Count | 0 |
Decode Time | 78 ms |