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::prepare
mysqli::prepare
(mysqli_prepare)Prep
mysqli_stmt::data_seek
mysqli_stmt::data_seek
(mysqli_stmt_data_se
mysqli::$connect_errno
mysqli::$connect_errno
(mysqli_connect_errn
mysqli::query
mysqli::query
(mysqli_query)Perfor
mysqli::$client_version
mysqli::$client_version
(mysqli_get_client_v
mysqli::dump_debug_info
mysqli::dump_debug_info
(mysqli_dump_debug_i
mysqli::close
mysqli::close
(mysqli_close)Closep
mysqli::$client_info
mysqli::$client_info
(mysqli_get_client_i
Popular Articles
Export mysqli_result data to CSV file
Detailed explanation of the use and parameters of mysqli_result::fetch_array()
Use fputcsv() to export mysqli_result as a file
How to print SQL statements and result object contents when an error occurs
Multiple calls to fetch_* cause the result set to be "eated"
Analyze the difference between mysqli_result and PDOStatement
Combining htmlspecialchars() to output HTML-safe data
Implementing pagination: Combining LIMIT with mysqli_result