Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
mysqli::character_set_name
mysqli::character_set_name
(mysqli_character_set_name) Returns the default character set for database connection
Name:
mysqli::character_set_name
Category:
MySQLi
Programming Language:
php
One-line Description:
Returns the default character set for the database connection.
Related
How to Use mysqli::character_set_name to Verify if Database Charset Matches the Application Charset?
2
How to resolve common causes of mysqli::character_set_name returning an incorrect character set?
6
Make sure the character set is consistent with the MySQL configuration with mysqli::character_set_name
8
How to confirm whether the database character set is correctly set through mysqli::character_set_name?
9
Similar Functions
mysqli_result::fetch_assoc
mysqli_result::fetch_assoc
(mysqli_fetch_assoc)
mysqli::change_user
mysqli::change_user
(mysqli_change_user)
mysqli_result::free
mysqli_result::free
(mysqli_free_result)
mysqli::$host_info
mysqli::$host_info
(mysqli_get_host_inf
mysqli::$server_info
mysqli::$server_info
(mysqli_get_server_i
mysqli::real_query
mysqli::real_query
(mysqli_real_query)E
mysqli_driver
mysqli_driver
Themysqli_driverclas
mysqli_stmt::get_result
mysqli_stmt::get_result
(mysqli_stmt_get_res
Popular Articles
Make sure the character set is consistent with the MySQL configuration with mysqli::character_set_name
How to resolve common causes of mysqli::character_set_name returning an incorrect character set?
How to confirm whether the database character set is correctly set through mysqli::character_set_name?
How to Use mysqli::character_set_name to Verify if Database Charset Matches the Application Charset?