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 text of the error message from previous MySQL operation * * @p..
Decoded Output download
<?php
/**
* Returns the text of the error message from previous MySQL operation
*
* @phpstub
*
* @param resource $link_identifier
*
* @return string Returns the error text from the last MySQL function, or
* (empty string) if no error occurred.
*/
function mysql_error($link_identifier = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the text of the error message from previous MySQL operation
*
* @phpstub
*
* @param resource $link_identifier
*
* @return string Returns the error text from the last MySQL function, or
* (empty string) if no error occurred.
*/
function mysql_error($link_identifier = NULL)
{
}
Function Calls
None |
Stats
MD5 | 93c4a5a73623a88c32ec8add4cb1ad8a |
Eval Count | 0 |
Decode Time | 85 ms |