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 error message of last Informix call * * @phpstub * * @param int ..
Decoded Output download
<?php
/**
* Returns error message of last Informix call
*
* @phpstub
*
* @param int $errorcode
*
* @return string Return the error message, as a string.
*/
function ifx_errormsg($errorcode = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns error message of last Informix call
*
* @phpstub
*
* @param int $errorcode
*
* @return string Return the error message, as a string.
*/
function ifx_errormsg($errorcode = NULL)
{
}
Function Calls
None |
Stats
MD5 | edc51e651757f7d19567af8e0c9fe2d1 |
Eval Count | 0 |
Decode Time | 101 ms |