Search Results
Returns a string representing the version of the MySQL server that the MySQLi extension is connected to.
Definition and Usage The server_info / mysqli_get_server_info () function returns the MySQL server version.
Description Object oriented style string mysqli->server_info ; public string mysqli::get_server_info(); Procedural style string mysqli_get_server_info(mysqli link); Returns a string representing the version of the MySQL server that the MySQLi extension is connected to. Parameters
In this article, we will focus on the mysqli_get_server_info() function in PHP, which is used to return the version of the MySQL server that is running. We will
Return Values PHP mysqli_get_server_info () function returns a string representing the version of the MySQL server that the MySQLi extension is connected to.
mysqli_get_client_info () - Récupère des informations sur le client MySQL mysqli_get_client_version () - Retourne la version du client MySQL sous forme d'un entier
People also ask
What is PHP mysqli_get_server_info() function?
How to get MySQL Server version in PHP?
What does MySQL get_server_info do?
Aug 19, 2022 · PHP mysqli: get_server_info () function Last update on August 19 2022 21:50:39 (UTC/GMT +8 hours)
