Home > Article > Backend Development > mysql_get_server_info() function
The mysql_get_server_info() function is a built-in system function in PHP. mysql_get_server_info() function returns MySQL server information. If successful, it returns the version number of the MySQL server, if it fails, it returns false. Parameter: connection optional. Specifies the MySQL connection. If not specified, the previous connection is used.
|