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 /** * Gets the number of rows in result * * @phpstub * * @param resource $resu..
Decoded Output download
<?php
/**
* Gets the number of rows in result
*
* @phpstub
*
* @param resource $result
*
* @return int Returns the number of rows, as an integer.
*/
function mssql_num_rows($result)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Gets the number of rows in result
*
* @phpstub
*
* @param resource $result
*
* @return int Returns the number of rows, as an integer.
*/
function mssql_num_rows($result)
{
}
Function Calls
None |
Stats
MD5 | 8787ed9cf7ee3470c7cb094d30c3619f |
Eval Count | 0 |
Decode Time | 81 ms |