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 /** * Remove an event from the set of monitored events * * @phpstub * * @param..
Decoded Output download
<?php
/**
* Remove an event from the set of monitored events
*
* @phpstub
*
* @param resource $event
*
* @return bool returns true on success or false on error.
*/
function event_del($event)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Remove an event from the set of monitored events
*
* @phpstub
*
* @param resource $event
*
* @return bool returns true on success or false on error.
*/
function event_del($event)
{
}
Function Calls
None |
Stats
MD5 | ecdcd539243a1985761e2d84ee0938ca |
Eval Count | 0 |
Decode Time | 79 ms |