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
Basic Usage and Examples of the mysqli_result::field_seek Function
3
How to Combine mb_scrub and htmlspecialchars to Prevent XSS Attacks?
9
PHP Tutorial: Step-by-Step Guide to Implement Baidu Face Recognition
6
Complete Guide to Setting Up Xdebug and API Testing with Postman in PhpStorm 2020.1
2
Similar Functions
mysqli_result::$field_count
mysqli_result::$field_count
(mysqli_num_fields)G
mysqli_warning::next
mysqli_warning::next
Fetchnextwarning
mysqli::$error
mysqli::$error
(mysqli_error)Return
mysqli_driver::embedded_server_start
mysqli_driver::embedded_server_start
Initializeandstartem
mysqli_stmt::$error
mysqli_stmt::$error
(mysqli_stmt_error)R
mysqli::release_savepoint
mysqli::release_savepoint
(mysqli_release_save
mysqli::$errno
mysqli::$errno
(mysqli_errno)Return
mysqli::use_result
mysqli::use_result
(mysqli_use_result)S
Popular Articles