Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
mysqli_result::fetch_array
mysqli_result::fetch_array
(mysqli_fetch_array) Extract the result row into an associated row, an array of numbers, or both
Name:
mysqli_result::fetch_array
Category:
MySQLi
Programming Language:
php
One-line Description:
Get the result row as an associative array, an array of numbers, or both.
Related
Understand the data format and its parsing returned by ob_list_handlers
3
PHP Code Usage Tips and Practical Guide in Discuz Templates
7
Common Mistakes Beginners Make with PHP: What to Watch Out for When Using ob_end_clean() Function
8
Use imageflip function to perform the order of image rotation and flip
5
Similar Functions
mysqli_stmt::bind_result
mysqli_stmt::bind_result
(mysqli_stmt_bind_re
mysqli::prepare
mysqli::prepare
(mysqli_prepare)Prep
mysqli::get_connection_stats
mysqli::get_connection_stats
(mysqli_get_connecti
mysqli::$connect_errno
mysqli::$connect_errno
(mysqli_connect_errn
mysqli::refresh
mysqli::refresh
(mysqli_refresh)Refr
mysqli_result::$current_field
mysqli_result::$current_field
(mysqli_field_tell)G
mysqli::next_result
mysqli::next_result
(mysqli_next_result)
mysqli::$warning_count
mysqli::$warning_count
(mysqli_warning_coun
Popular Articles