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