Home
PHP
Tags
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
How to clean multiple concurrent requested resources using curl_multi_close
9
PHP Time Display Always Wrong? A Practical Guide to Setting Timezones with ini_set
3
How to optimize data parsing using stream_get_filters during stream reading?
8
How to Efficiently Use the list() Function in PHP to Manage Array Elements
3
Similar Functions
mysqli::store_result
mysqli::store_result
(mysqli_store_result
mysqli_stmt::$affected_rows
mysqli_stmt::$affected_rows
(mysqli_stmt_affecte
mysqli::get_charset
mysqli::get_charset
(mysqli_get_charset)
mysqli_result::fetch_field_direct
mysqli_result::fetch_field_direct
(mysqli_fetch_field_
mysqli::options
mysqli::options
(mysqli_options)Sett
mysqli_stmt::$param_count
mysqli_stmt::$param_count
(mysqli_stmt_param_c
mysqli::get_connection_stats
mysqli::get_connection_stats
(mysqli_get_connecti
mysqli::real_connect
mysqli::real_connect
(mysqli_real_connect
Popular Articles