Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
mysqli::$connect_error
mysqli::$connect_error
(mysqli_connect_error) Returns the string description of the last connection error
Name:
mysqli::$connect_error
Category:
MySQLi
Programming Language:
php
One-line Description:
Returns the error description of the last connection error.
Related
What should you pay attention to when switching between PDO and mysqli::$connect_error?
5
What Causes mysqli::$connect_error to Return Garbled Text? Likely a Character Encoding Issue
6
Why is mysqli::$connect_error always empty string? Common Cause Analysis
9
Similar Functions
mysqli_stmt::$param_count
mysqli_stmt::$param_count
(mysqli_stmt_param_c
mysqli_stmt::attr_get
mysqli_stmt::attr_get
(mysqli_stmt_attr_ge
mysqli::next_result
mysqli::next_result
(mysqli_next_result)
mysqli::$sqlstate
mysqli::$sqlstate
(mysqli_sqlstate)Ret
mysqli_warning::next
mysqli_warning::next
Fetchnextwarning
mysqli_stmt::data_seek
mysqli_stmt::data_seek
(mysqli_stmt_data_se
mysqli_stmt::$error_list
mysqli_stmt::$error_list
(mysqli_stmt_error_l
mysqli::poll
mysqli::poll
(mysqli_poll)PollCon
Popular Articles
What Causes mysqli::$connect_error to Return Garbled Text? Likely a Character Encoding Issue
Why is mysqli::$connect_error always empty string? Common Cause Analysis
What should you pay attention to when switching between PDO and mysqli::$connect_error?