Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
mysqli::$info
mysqli::$info
(mysqli_info) Retrieve information about the recently executed query
Name:
mysqli::$info
Category:
MySQLi
Programming Language:
php
One-line Description:
Returns information about the last query executed.
Related
How to Use mysqli::$info to Monitor SQL Execution Status in Real Time
3
When Executing Multiple Queries, How to Use mysqli::$info to Retrieve the Execution Status of Each Query?
5
Avoiding the FAQ of errors when using mysqli::$info in PHP
8
Best practices for using mysqli::$info with mysqli_error()
5
Use mysqli::$info to understand statistics on MySQL query execution
1
Similar Functions
mysqli_stmt::result_metadata
mysqli_stmt::result_metadata
(mysqli_stmt_result_
mysqli_result::fetch_column
mysqli_result::fetch_column
(mysqli_fetch_column
mysqli::rollback
mysqli::rollback
(mysqli_rollback)Rol
mysqli_stmt::$param_count
mysqli_stmt::$param_count
(mysqli_stmt_param_c
mysqli::$warning_count
mysqli::$warning_count
(mysqli_warning_coun
mysqli_result::field_seek
mysqli_result::field_seek
(mysqli_field_seek)S
mysqli_stmt::next_result
mysqli_stmt::next_result
(mysqli_stmt_next_re
mysqli::$affected_rows
mysqli::$affected_rows
(mysqli_affected_row
Popular Articles
Best practices for using mysqli::$info with mysqli_error()
How to Use mysqli::$info to Monitor SQL Execution Status in Real Time
When Executing Multiple Queries, How to Use mysqli::$info to Retrieve the Execution Status of Each Query?
Use mysqli::$info to understand statistics on MySQL query execution
Avoiding the FAQ of errors when using mysqli::$info in PHP