YouTip LogoYouTip

Func Mysqli Get Connection Stats

# PHP mysqli_get_connection_stats() Function [![Image 3: PHP MySQLi Reference](#) PHP MySQLi Reference](#) ## Example Return statistics about the client connection: * * * ## Definition and Usage The mysqli_get_connection_stats() function returns statistics about the client connection. * * * ## Syntax mysqli_get_connection_stats(_connection_);_ | Parameter | Description | | --- | --- | | _connection_ | Required. Specifies the MySQL connection to use. | ## Technical Details | Return Value: | Returns an array with connection statistics if successful, FALSE on failure. | | :--- | | PHP Version: | 5.3+ | * * PHP MySQLi Reference](#)
← Func Mysqli Get Host InfoFunc Mysqli Debug β†’