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 number of records affected by the query * * @phpstub * * @pa..
Decoded Output download
<?php
/**
* Returns the number of records affected by the query
*
* @phpstub
*
* @param resource $link_identifier
*
* @return int Returns the number of records affected by last operation.
*/
function mssql_rows_affected($link_identifier)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the number of records affected by the query
*
* @phpstub
*
* @param resource $link_identifier
*
* @return int Returns the number of records affected by last operation.
*/
function mssql_rows_affected($link_identifier)
{
}
Function Calls
None |
Stats
MD5 | 1aba2216fdd843fb408f5d364f74a6b3 |
Eval Count | 0 |
Decode Time | 90 ms |