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 /** * Unbind ... * * @phpstub * * @param resource $connection * @param string..
Decoded Output download
<?php
/**
* Unbind ...
*
* @phpstub
*
* @param resource $connection
* @param string $trigger_name
*
* @return bool
*/
function cyrus_unbind($connection, $trigger_name)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Unbind ...
*
* @phpstub
*
* @param resource $connection
* @param string $trigger_name
*
* @return bool
*/
function cyrus_unbind($connection, $trigger_name)
{
}
Function Calls
None |
Stats
MD5 | cc9a3c48e95d26529e6f6eb99faca3e8 |
Eval Count | 0 |
Decode Time | 120 ms |