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 next batch of records * * @phpstub * * @param resource $resu..
Decoded Output download
<?php
/**
* Returns the next batch of records
*
* @phpstub
*
* @param resource $result
*
* @return int Returns the number of rows in the returned batch.
*/
function mssql_fetch_batch($result)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the next batch of records
*
* @phpstub
*
* @param resource $result
*
* @return int Returns the number of rows in the returned batch.
*/
function mssql_fetch_batch($result)
{
}
Function Calls
None |
Stats
MD5 | 67f3baaa03843fd76058dee93c6ba4fd |
Eval Count | 0 |
Decode Time | 77 ms |