Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
mysqli_result::fetch_row
mysqli_result::fetch_row
(mysqli_fetch_row) Use the result row as an enumeration array
Name:
mysqli_result::fetch_row
Category:
MySQLi
Programming Language:
php
One-line Description:
Get a row from the result set and return as an enumeration array.
Related
PHP strftime() Function Guide: Date and Time Formatting Explained
9
How to Avoid Undefined Array Errors When Using key_exists() in PHP
10
How to Optimize Performance When Parsing Large XML Files with xml_parser_create_ns: Key Tips You Must Know
1
Comprehensive Guide to Configuring PHP with Freetype on macOS
10
Similar Functions
mysqli_result::fetch_fields
mysqli_result::fetch_fields
(mysqli_fetch_fields
mysqli::next_result
mysqli::next_result
(mysqli_next_result)
mysqli_result::$lengths
mysqli_result::$lengths
(mysqli_fetch_length
mysqli_stmt::$errno
mysqli_stmt::$errno
(mysqli_stmt_errno)R
mysqli_stmt::$field_count
mysqli_stmt::$field_count
(mysqli_stmt_field_c
mysqli_stmt::$error_list
mysqli_stmt::$error_list
(mysqli_stmt_error_l
mysqli_result::field_seek
mysqli_result::field_seek
(mysqli_field_seek)S
mysqli_stmt::$sqlstate
mysqli_stmt::$sqlstate
(mysqli_stmt_sqlstat
Popular Articles