affected_rows()
Returns: | Number of rows affected |
---|---|
Return type: | int |
Returns the number of rows changed by the last executed query.
Useful for checking how much rows were created, updated or deleted during the last executed query.
affected_rows()
Returns: | Number of rows affected |
---|---|
Return type: | int |
Returns the number of rows changed by the last executed query.
Useful for checking how much rows were created, updated or deleted during the last executed query.
Please login to continue.