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
Correct usage of time_nanosleep in PHP multithreaded environment (such as Pthreads)
7
mb_get_info: Best practices for getting the current default encoding type
6
What side effects will be caused by consecutive calls to next_result() in PHP?
4
How to Use ord() and array_map() Together to Retrieve the ASCII Value of Each Character in a String?
4
Similar Functions
mysqli_result::fetch_fields
mysqli_result::fetch_fields
(mysqli_fetch_fields
mysqli::$insert_id
mysqli::$insert_id
(mysqli_insert_id)Re
mysqli_stmt::send_long_data
mysqli_stmt::send_long_data
(mysqli_stmt_send_lo
mysqli::$error
mysqli::$error
(mysqli_error)Return
mysqli_stmt::$field_count
mysqli_stmt::$field_count
(mysqli_stmt_field_c
mysqli::$connect_errno
mysqli::$connect_errno
(mysqli_connect_errn
mysqli_stmt::$param_count
mysqli_stmt::$param_count
(mysqli_stmt_param_c
mysqli_stmt::attr_get
mysqli_stmt::attr_get
(mysqli_stmt_attr_ge
Popular Articles