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 /** * Sets the handler called when a server message is raised * * @phpstub * *..
Decoded Output download
<?php
/**
* Sets the handler called when a server message is raised
*
* @phpstub
*
* @param callable $handler
* @param resource $link_identifier
*
* @return bool
*/
function sybase_set_message_handler($handler, $link_identifier = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Sets the handler called when a server message is raised
*
* @phpstub
*
* @param callable $handler
* @param resource $link_identifier
*
* @return bool
*/
function sybase_set_message_handler($handler, $link_identifier = NULL)
{
}
Function Calls
None |
Stats
MD5 | efc0e6429075e1c047ad8991bbad9c61 |
Eval Count | 0 |
Decode Time | 97 ms |