YouTip LogoYouTip

Func Mysqli Get Proto Info

# PHP mysqli_get_proto_info() Function [![Image 3: PHP MySQLi Reference](#) PHP MySQLi Reference](#) ## Example Return the MySQL protocol version: * * * ## Definition and Usage The mysqli_get_proto_info() function returns the MySQL protocol version. * * * ## Syntax mysqli_get_proto_info(_connection_)_;_ | Parameter | Description | | --- | --- | | _connection_ | Required. Specifies the MySQL connection to use. | ## Technical Details | Return Value: | Returns an integer representing the MySQL protocol version. | | :--- | | PHP Version: | 5+ | * * PHP MySQLi Reference](#)
← Func Mysqli SqlstateFunc Mysqli Get Host Info β†’