MySQL and PHP

3.14.1 mysqli_connect

Copyright 1997-2021 the PHP Documentation Group.

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 instead of an object. The mysqli_connect_error function can be used to fetch the connection error.