Search w3schools.com:

SHARE THIS PAGE

PHP mysqli_get_client_info() Function

PHP MySQLi Reference PHP MySQLi Reference

Example

Return the MySQL client library version:

<?php

echo mysqli_get_client_info();

?>

Definition and Usage

The mysqli_get_client_info() function returns the MySQL client library version.

Syntax

mysqli_get_client_info(connection);

Parameter Description
connection Optional. Specifies the MySQL connection to use

Technical Details

Return Value: Returns a string that represents the MySQL client library version
PHP Version: 5+


PHP MySQLi Reference PHP MySQLi Reference

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]