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 /** * Hilbert Transform - Trend vs Cycle Mode * * @phpstub * * @param array $r..
Decoded Output download
<?php
/**
* Hilbert Transform - Trend vs Cycle Mode
*
* @phpstub
*
* @param array $real
*
* @return array Returns an array with calculated data or false on failure.
*/
function trader_ht_trendmode($real)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Hilbert Transform - Trend vs Cycle Mode
*
* @phpstub
*
* @param array $real
*
* @return array Returns an array with calculated data or false on failure.
*/
function trader_ht_trendmode($real)
{
}
Function Calls
None |
Stats
MD5 | aa1dde6ba7fbb3ca1dbc13836c995f66 |
Eval Count | 0 |
Decode Time | 81 ms |