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 /** * Get the last error message * * @phpstub * * @param resource $connection_..
Decoded Output download
<?php
/**
* Get the last error message
*
* @phpstub
*
* @param resource $connection_id
*
* @return string If is specified, the last state
* of that connection is returned, else the last state of any connection
* is returned.
*/
function odbc_errormsg($connection_id = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get the last error message
*
* @phpstub
*
* @param resource $connection_id
*
* @return string If is specified, the last state
* of that connection is returned, else the last state of any connection
* is returned.
*/
function odbc_errormsg($connection_id = NULL)
{
}
Function Calls
None |
Stats
MD5 | 580bd002edac24e8b8c409af221e558e |
Eval Count | 0 |
Decode Time | 80 ms |