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 /** * Temporarily suspend monitoring * * @phpstub * * @param resource $fam * ..
Decoded Output download
<?php
/**
* Temporarily suspend monitoring
*
* @phpstub
*
* @param resource $fam
* @param resource $fam_monitor
*
* @return bool
*/
function fam_suspend_monitor($fam, $fam_monitor)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Temporarily suspend monitoring
*
* @phpstub
*
* @param resource $fam
* @param resource $fam_monitor
*
* @return bool
*/
function fam_suspend_monitor($fam, $fam_monitor)
{
}
Function Calls
None |
Stats
MD5 | dcff399d8d007408b00d75748238e554 |
Eval Count | 0 |
Decode Time | 85 ms |