Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
mysqli::select_db
mysqli::select_db
(mysqli_select_db) Select the default database for database query
Name:
mysqli::select_db
Category:
MySQLi
Programming Language:
php
One-line Description:
Select the default database for database query.
Related
How to Properly Call mysqli::select_db for Stability When Switching Databases Multiple Times
5
Is it necessary to connect to the database before using mysqli::select_db? Process and precautions
9
What Is the Basic Syntax of the mysqli::select_db Function? A Detailed Explanation of Its Usage
4
Similar Functions
mysqli::real_query
mysqli::real_query
(mysqli_real_query)E
mysqli_stmt::free_result
mysqli_stmt::free_result
(mysqli_stmt_free_re
mysqli_result::free
mysqli_result::free
(mysqli_free_result)
mysqli::refresh
mysqli::refresh
(mysqli_refresh)Refr
mysqli::options
mysqli::options
(mysqli_options)Sett
mysqli::$error_list
mysqli::$error_list
(mysqli_error_list)R
mysqli_stmt::$field_count
mysqli_stmt::$field_count
(mysqli_stmt_field_c
mysqli::$field_count
mysqli::$field_count
(mysqli_field_count)
Popular Articles
What Is the Basic Syntax of the mysqli::select_db Function? A Detailed Explanation of Its Usage
Is it necessary to connect to the database before using mysqli::select_db? Process and precautions
How to Properly Call mysqli::select_db for Stability When Switching Databases Multiple Times