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_result::$lengths
mysqli_result::$lengths
(mysqli_fetch_length
mysqli::close
mysqli::close
(mysqli_close)Closep
mysqli_stmt::reset
mysqli_stmt::reset
(mysqli_stmt_reset)R
mysqli_result::field_seek
mysqli_result::field_seek
(mysqli_field_seek)S
mysqli::$connect_error
mysqli::$connect_error
(mysqli_connect_erro
mysqli_stmt::fetch
mysqli_stmt::fetch
(mysqli_stmt_fetch)E
mysqli::$connect_errno
mysqli::$connect_errno
(mysqli_connect_errn
mysqli::$warning_count
mysqli::$warning_count
(mysqli_warning_coun
Popular Articles
Forgot to release the result set: Why use mysqli_result::free()
Export mysqli_result data to CSV file
How to print the structure information of mysqli_result
Multiple calls to fetch_* cause the result set to be "eated"
Encapsulate mysqli_result into a universal data access layer
Why does num_rows return 0? Analysis of common misunderstandings
Use mysqli_result to implement export and printing of tables
Analyze the difference between mysqli_result and PDOStatement