Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
mysqli_stmt::$affected_rows
mysqli_stmt::$affected_rows
(mysqli_stmt_affected_rows) Returns the total number of rows changed, deleted or inserted in the last statement executed
Name:
mysqli_stmt::$affected_rows
Category:
MySQLi
Programming Language:
php
One-line Description:
(mysqli_stmt_affected_rows) Returns the total number of rows changed, deleted or inserted in the last statement executed
Related
How to Use umask() and stat() in PHP to Monitor File Permission Changes: A Practical Guide
3
Practical Guide to Integrating PHP with League of Legends API
7
How to avoid unexpected results in strnatcasecmp comparisons?
4
Use init functions to make security settings (such as preventing XSS and CSRF)
2
Similar Functions
mysqli_result::$num_rows
mysqli_result::$num_rows
(mysqli_num_rows)Get
mysqli::dump_debug_info
mysqli::dump_debug_info
(mysqli_dump_debug_i
mysqli_stmt::store_result
mysqli_stmt::store_result
(mysqli_stmt_store_r
mysqli_result::fetch_assoc
mysqli_result::fetch_assoc
(mysqli_fetch_assoc)
mysqli::reap_async_query
mysqli::reap_async_query
(mysqli_reap_async_q
mysqli::$errno
mysqli::$errno
(mysqli_errno)Return
mysqli_result::fetch_all
mysqli_result::fetch_all
(mysqli_fetch_all)Ex
mysqli::more_results
mysqli::more_results
(mysqli_more_results
Popular Articles