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 /** * Set unstable period * * @phpstub * * @param integer $functionId * @para..
Decoded Output download
<?php
/**
* Set unstable period
*
* @phpstub
*
* @param integer $functionId
* @param integer $timePeriod
*
* @return void
*/
function trader_set_unstable_period($functionId, $timePeriod)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Set unstable period
*
* @phpstub
*
* @param integer $functionId
* @param integer $timePeriod
*
* @return void
*/
function trader_set_unstable_period($functionId, $timePeriod)
{
}
Function Calls
None |
Stats
MD5 | 7bed99c4cd9a73f1d5db62f63b8cec0e |
Eval Count | 0 |
Decode Time | 81 ms |