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 next Ingres error * * @phpstub * * @param resource $link * * @..
Decoded Output download
<?php
/**
* Get the next Ingres error
*
* @phpstub
*
* @param resource $link
*
* @return bool returns true if there is another
* error to retrieve or false when there are no more errors
*/
function ingres_next_error($link = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get the next Ingres error
*
* @phpstub
*
* @param resource $link
*
* @return bool returns true if there is another
* error to retrieve or false when there are no more errors
*/
function ingres_next_error($link = NULL)
{
}
Function Calls
None |
Stats
MD5 | 9801efe32a47ac1344eda7dcf944664e |
Eval Count | 0 |
Decode Time | 77 ms |