Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
mysqli_result::fetch_object
mysqli_result::fetch_object
(mysqli_fetch_object) Returns the current row of the result set as an object
Name:
mysqli_result::fetch_object
Category:
MySQLi
Programming Language:
php
One-line Description:
Returns the current row in the result set as an object.
Related
Solve the FAQ of stream_get_filters returning empty
8
Use apcu_entry to implement fast caching in PHP projects
8
Why is array_slice empty result? Common Cause Analysis
4
Will the array keys after sorting of PHP krsort be reindexed?
1
Similar Functions
mysqli::$error_list
mysqli::$error_list
(mysqli_error_list)R
mysqli_result::fetch_column
mysqli_result::fetch_column
(mysqli_fetch_column
mysqli::__ construct
mysqli::__ construct
(mysqli_connect)Open
mysqli_result::fetch_fields
mysqli_result::fetch_fields
(mysqli_fetch_fields
mysqli::thread_safe
mysqli::thread_safe
(mysqli_thread_safe)
mysqli_stmt::$errno
mysqli_stmt::$errno
(mysqli_stmt_errno)R
mysqli_result::fetch_assoc
mysqli_result::fetch_assoc
(mysqli_fetch_assoc)
mysqli::next_result
mysqli::next_result
(mysqli_next_result)
Popular Articles