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 /** * Beta * * @phpstub * * @param array $real0 * @param array $real1 * @par..
Decoded Output download
<?php
/**
* Beta
*
* @phpstub
*
* @param array $real0
* @param array $real1
* @param integer $timePeriod
*
* @return array Returns an array with calculated data or false on failure.
*/
function trader_beta($real0, $real1, $timePeriod = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Beta
*
* @phpstub
*
* @param array $real0
* @param array $real1
* @param integer $timePeriod
*
* @return array Returns an array with calculated data or false on failure.
*/
function trader_beta($real0, $real1, $timePeriod = NULL)
{
}
Function Calls
None |
Stats
MD5 | f911fef8c855db7915536b036ce106ea |
Eval Count | 0 |
Decode Time | 85 ms |