(No version information available, might only be in Git)
Returns the number of rows modified by the last INSERT, UPDATE, or DELETE query executed
int sqlsrv_rows_affected ( resource $stmt )
Returns the number of rows modified by the last INSERT, UPDATE, or DELETE query executed. For information about the number of rows returned by a SELECT query, see sqlsrv_num_rows().
Parameters:
stm