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 /** * Retrieves the number of rows in a result set * * @phpstub * * @param res..
Decoded Output download
<?php
/**
* Retrieves the number of rows in a result set
*
* @phpstub
*
* @param resource $stmt
*
* @return mixed Returns the number of rows retrieved on success and false if an error occured.
* If a forward cursor (the default) or dynamic cursor is used, false is returned.
*/
function sqlsrv_num_rows($stmt)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Retrieves the number of rows in a result set
*
* @phpstub
*
* @param resource $stmt
*
* @return mixed Returns the number of rows retrieved on success and false if an error occured.
* If a forward cursor (the default) or dynamic cursor is used, false is returned.
*/
function sqlsrv_num_rows($stmt)
{
}
Function Calls
None |
Stats
MD5 | b74f9958717f68811b6d875f65439888 |
Eval Count | 0 |
Decode Time | 77 ms |