Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
mysqli::use_result
mysqli::use_result
(mysqli_use_result) Start result set search
Name:
mysqli::use_result
Category:
MySQLi
Programming Language:
php
One-line Description:
Starts to retrieve the result set from the last executed query.
Related
How to Effectively Prevent PHP Memory Overflow with mysqli::use_result Function?
6
How to Use mysqli::use_result for Basic Result Set Handling – A Detailed Example
8
Similar Functions
mysqli::stat
mysqli::stat
(mysqli_stat)Getthec
mysqli::$warning_count
mysqli::$warning_count
(mysqli_warning_coun
mysqli_result::fetch_assoc
mysqli_result::fetch_assoc
(mysqli_fetch_assoc)
mysqli::rollback
mysqli::rollback
(mysqli_rollback)Rol
mysqli_stmt::next_result
mysqli_stmt::next_result
(mysqli_stmt_next_re
mysqli_stmt::close
mysqli_stmt::close
(mysqli_stmt_close)C
mysqli::$host_info
mysqli::$host_info
(mysqli_get_host_inf
mysqli::$thread_id
mysqli::$thread_id
(mysqli_thread_id)Re
Popular Articles
How to Use mysqli::use_result for Basic Result Set Handling – A Detailed Example
How to Effectively Prevent PHP Memory Overflow with mysqli::use_result Function?