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
PDOStatement::debugDumpParams Shows Data Type Errors? Step-by-Step Guide to Locate and Fix Issues
8
Use get_include_path() to dynamically write the include path with file_put_contents()
3
What problems will cause for forgetting to post-process the timeout mechanism in socket_set_block?
4
What Happens When You Pass a Negative Offset to PHP's strpos Function? A Deep Dive into Its Behavior
3
Similar Functions
mysqli::$client_info
mysqli::$client_info
(mysqli_get_client_i
mysqli::$info
mysqli::$info
(mysqli_info)Retriev
mysqli_result::fetch_all
mysqli_result::fetch_all
(mysqli_fetch_all)Ex
mysqli::get_charset
mysqli::get_charset
(mysqli_get_charset)
mysqli_warning
mysqli_warning
Themysqli_warningcla
mysqli::$field_count
mysqli::$field_count
(mysqli_field_count)
mysqli::$connect_error
mysqli::$connect_error
(mysqli_connect_erro
mysqli_result::fetch_array
mysqli_result::fetch_array
(mysqli_fetch_array)
Popular Articles