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 /** * Check for pending FAM events * * @phpstub * * @param resource $fam * *..
Decoded Output download
<?php
/**
* Check for pending FAM events
*
* @phpstub
*
* @param resource $fam
*
* @return int Returns non-zero if events are available to be fetched using
* , zero otherwise.
*/
function fam_pending($fam)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Check for pending FAM events
*
* @phpstub
*
* @param resource $fam
*
* @return int Returns non-zero if events are available to be fetched using
* , zero otherwise.
*/
function fam_pending($fam)
{
}
Function Calls
None |
Stats
MD5 | 9ed248bb8e7e7e44130e816d7dfc5af5 |
Eval Count | 0 |
Decode Time | 75 ms |