PHP: Hypertext Preprocessor (original) (raw)
Change language:
mysqli_connect
(PHP 5, PHP 7, PHP 8)
mysqli_connect — Alias of mysqli::__construct()
Description
This function is an alias of: mysqli::__construct()
Note:
If mysqli exception mode is not enabled and a connection fails, then mysqli_connect() returns
[false](reserved.constants.php#constant.false)
instead of an object. The mysqli_connect_error() function can be used to fetch the connection error.
Found A Problem?
Learn How To Improve This Page •Submit a Pull Request •Report a Bug
User Contributed Notes
There are no user contributed notes for this page.