Home
PHP
Tags
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 array_map() to batch process mysqli_result row data
3
Combining htmlspecialchars() to output HTML-safe data
7
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
«
1
2
3
»
Similar Functions
mysqli::options
mysqli::options
(mysqli_options)Sett
mysqli::get_warnings
mysqli::get_warnings
(mysqli_get_warnings
mysqli_result::$lengths
mysqli_result::$lengths
(mysqli_fetch_length
mysqli::character_set_name
mysqli::character_set_name
(mysqli_character_se
mysqli_stmt::$errno
mysqli_stmt::$errno
(mysqli_stmt_errno)R
mysqli::query
mysqli::query
(mysqli_query)Perfor
mysqli::reap_async_query
mysqli::reap_async_query
(mysqli_reap_async_q
mysqli::$insert_id
mysqli::$insert_id
(mysqli_insert_id)Re
Popular Articles
fetch_assoc() returns null analysis
Forgot to release the result set: Why use mysqli_result::free()
Use logs to record the output content of mysqli_result every time
Use Xdebug to analyze the memory footprint of mysqli_result
Use while loop to cooperate with fetch_assoc() to correctly traverse the query results
Use generator to optimize the processing process of large mysqli_result
How to print SQL statements and result object contents when an error occurs
How to get the number of result rows using mysqli_result::num_rows