Easy Tutorial
❮ Func Zip Open Func String Strtr ❯

PHP mysqli_get_connection_stats() Function

PHP MySQLi Reference Manual

Example

Returns statistics about the client connection:


Definition and Usage

The mysqli_get_connection_stats() function returns statistics about the client connection.


Syntax

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

Technical Details

Return Value: Returns an array with connection statistics if successful, or FALSE if unsuccessful.
PHP Version: 5.3+
--- ---
❮ Func Zip Open Func String Strtr ❯