Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
mysqli_result
mysqli_result
mysqli_result class
Name:
mysqli_result
Category:
MySQLi
Programming Language:
php
One-line Description:
mysqli_result class
Related
Use json_encode() to convert mysqli_result to JSON format
2
Export mysqli_result data to CSV file
2
fetch_object() returns stdClass or custom class? Details of use
1
Reference issues when passing mysqli_result across functions
9
Multiple calls to fetch_* cause the result set to be "eated"
6
Character encoding is not set, resulting in garbled results
1
SQL injection is not processed and results are abnormal
9
Type error: Try to call a method on a non-mysqli_result object
3
How does the mysqli_result object fail? The consequences of query execution failure
3
Why does num_rows return 0? Analysis of common misunderstandings
3
fetch_assoc() returns null analysis
5
Forgot to release the result set: Why use mysqli_result::free()
10
«
1
2
3
»
Similar Functions
mysqli_sql_exception
mysqli_sql_exception
Themysqli_sql_except
mysqli_result::fetch_field_direct
mysqli_result::fetch_field_direct
(mysqli_fetch_field_
mysqli_result::fetch_fields
mysqli_result::fetch_fields
(mysqli_fetch_fields
mysqli_stmt::attr_set
mysqli_stmt::attr_set
(mysqli_stmt_attr_se
mysqli::options
mysqli::options
(mysqli_options)Sett
mysqli_result::$num_rows
mysqli_result::$num_rows
(mysqli_num_rows)Get
mysqli::character_set_name
mysqli::character_set_name
(mysqli_character_se
mysqli::$client_info
mysqli::$client_info
(mysqli_get_client_i
Popular Articles
Use Xdebug to analyze the memory footprint of mysqli_result
How to encapsulate mysqli_result as an iterable object
How to get the number of result rows using mysqli_result::num_rows
How to print the structure information of mysqli_result
Use array_map() to batch process mysqli_result row data
Add type casting mechanism to result set data
Character encoding is not set, resulting in garbled results
fetch_assoc() returns null analysis