Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
mysqli::$affected_rows
mysqli::$affected_rows
(mysqli_affected_rows) Get the number of rows affected in previous MySQL operations
Name:
mysqli::$affected_rows
Category:
MySQLi
Programming Language:
php
One-line Description:
Returns the number of rows affected in the last MySQL operation.
Related
【mysqli::$affected_rows】Precautions for use in multi-query (multi_query)
9
What Does mysqli::$affected_rows Returning -1 Mean? Essential Cases You Must Know
4
【mysqli::$affected_rows】Common errors after inserting data
6
Similar Functions
mysqli::rollback
mysqli::rollback
(mysqli_rollback)Rol
mysqli_stmt::data_seek
mysqli_stmt::data_seek
(mysqli_stmt_data_se
mysqli::savepoint
mysqli::savepoint
(mysqli_savepoint)Se
mysqli_stmt::bind_result
mysqli_stmt::bind_result
(mysqli_stmt_bind_re
mysqli_stmt::fetch
mysqli_stmt::fetch
(mysqli_stmt_fetch)E
mysqli::$insert_id
mysqli::$insert_id
(mysqli_insert_id)Re
mysqli_result::$num_rows
mysqli_result::$num_rows
(mysqli_num_rows)Get
mysqli::init
mysqli::init
(mysqli_init)Initial
Popular Articles
【mysqli::$affected_rows】Common errors after inserting data
【mysqli::$affected_rows】Precautions for use in multi-query (multi_query)
What Does mysqli::$affected_rows Returning -1 Mean? Essential Cases You Must Know