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_stmt::__ construct
mysqli_stmt::__ construct
Constructanewmysqli_
mysqli_result::$lengths
mysqli_result::$lengths
(mysqli_fetch_length
mysqli_result::$num_rows
mysqli_result::$num_rows
(mysqli_num_rows)Get
mysqli::multi_query
mysqli::multi_query
(mysqli_multi_query)
mysqli::$server_version
mysqli::$server_version
(mysqli_get_server_v
mysqli::$connect_errno
mysqli::$connect_errno
(mysqli_connect_errn
mysqli_stmt::attr_get
mysqli_stmt::attr_get
(mysqli_stmt_attr_ge
mysqli_result::fetch_field_direct
mysqli_result::fetch_field_direct
(mysqli_fetch_field_
Popular Articles
Forgot to release the result set: Why use mysqli_result::free()
How to encapsulate mysqli_result as an iterable object
Use filter_var() to further verify the query results
Use generator to optimize the processing process of large mysqli_result
How to get the number of result rows using mysqli_result::num_rows
How to print SQL statements and result object contents when an error occurs
How to use mysqli_result to implement backend search suggestions interface
Use while loop to cooperate with fetch_assoc() to correctly traverse the query results