Easy Tutorial
❮ Func Mysqli More Results Func Filesystem Fputs ❯

PHP mysqli_get_server_info() Function

PHP MySQLi Reference Manual

Example

Returns the MySQL server version:


Definition and Usage

The mysqli_get_server_info() function returns the MySQL server version.


Syntax

Parameter Description
connection Required. Specifies the MySQL connection to use.

Technical Details

Return Value: Returns a string representing the MySQL server version.
PHP Version: 5+
--- ---
❮ Func Mysqli More Results Func Filesystem Fputs ❯