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 /** * Returns the last error of the broker * * @phpstub * * @param resource $b..
Decoded Output download
<?php
/**
* Returns the last error of the broker
*
* @phpstub
*
* @param resource $broker
*
* @return string Return the msg string if an error was found or false
*/
function enchant_broker_get_error($broker)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the last error of the broker
*
* @phpstub
*
* @param resource $broker
*
* @return string Return the msg string if an error was found or false
*/
function enchant_broker_get_error($broker)
{
}
Function Calls
None |
Stats
MD5 | f5b70b8706d4b243be553f4c05160118 |
Eval Count | 0 |
Decode Time | 104 ms |