Search w3schools.com:

SHARE THIS PAGE

PHP mysqli_get_client_version() Function

PHP MySQLi Reference PHP MySQLi Reference

Example

Return the MySQL client library version as an integer:

<?php

echo mysqli_get_client_version();

?>

Definition and Usage

The mysqli_get_client_version() function returns the MySQL client library version as an integer.

The MySQL client library version is returned in the following format: main_version*10000 + minor_version*100 + sub_version. E.g. 5.1.0 is returned as 50100.

Syntax

mysqli_get_client_version(connection);

Parameter Description
connection Optional. Specifies the MySQL connection to use

Technical Details

Return Value: Returns an integer that represents the MySQL client library version
PHP Version: 5+


PHP MySQLi Reference PHP MySQLi Reference

W3Schools Certification

W3Schools' Online Certification

The perfect solution for professionals who need to balance work, family, and career building.

More than 10 000 certificates already issued!

Get Your Certificate »

The HTML Certificate documents your knowledge of HTML.

The HTML5 Certificate documents your knowledge of advanced HTML5.

The CSS Certificate documents your knowledge of advanced CSS.

The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.

The jQuery Certificate documents your knowledge of jQuery.

The XML Certificate documents your knowledge of XML, XML DOM and XSLT.

The ASP Certificate documents your knowledge of ASP, SQL, and ADO.

The PHP Certificate documents your knowledge of PHP and SQL (MySQL).

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]