sqlsrv_has_rows

Example

 bool sqlsrv_has_rows ( resource $stmt ) 

Description

Indicates whether the specified statement has rows.

Return Values

Returns TRUE if the specified statement has rows and FALSE if the statement does not have rows or if an error occured.