| 
 | sqlsrv_has_rowsIndicates whether the specified statement has rows Description
   bool sqlsrv_has_rows
    ( resource  $stmt)Indicates whether the specified statement has rows. Parameters
 
 Return Values
   Returns  Examples
 Example #1 sqlsrv_has_rows example 
<?phpSee Also
 
 |