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 /** * Standard Deviation * * @phpstub * * @param array $real * @param integer..
Decoded Output download
<?php
/**
* Standard Deviation
*
* @phpstub
*
* @param array $real
* @param integer $timePeriod
* @param float $nbDev
*
* @return array Returns an array with calculated data or false on failure.
*/
function trader_stddev($real, $timePeriod = NULL, $nbDev = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Standard Deviation
*
* @phpstub
*
* @param array $real
* @param integer $timePeriod
* @param float $nbDev
*
* @return array Returns an array with calculated data or false on failure.
*/
function trader_stddev($real, $timePeriod = NULL, $nbDev = NULL)
{
}
Function Calls
None |
Stats
MD5 | 7b8c5b1d90b790cf4282b81d8d93673b |
Eval Count | 0 |
Decode Time | 86 ms |