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