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 /** * Makes the next row in a result set available for reading * * @phpstub * ..
Decoded Output download
<?php
/**
* Makes the next row in a result set available for reading
*
* @phpstub
*
* @param resource $stmt
* @param int $row
* @param int $offset
*
* @return mixed Returns true if the next row of a result set was successfully retrieved,
* false if an error occurs, and null if there are no more rows in the result set.
*/
function sqlsrv_fetch($stmt, $row = NULL, $offset = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Makes the next row in a result set available for reading
*
* @phpstub
*
* @param resource $stmt
* @param int $row
* @param int $offset
*
* @return mixed Returns true if the next row of a result set was successfully retrieved,
* false if an error occurs, and null if there are no more rows in the result set.
*/
function sqlsrv_fetch($stmt, $row = NULL, $offset = NULL)
{
}
Function Calls
None |
Stats
MD5 | 55304342cee8bfdfa006d926d96bacb8 |
Eval Count | 0 |
Decode Time | 70 ms |