Return the MySQL client library version in PHP

Description

The following code shows how to return the MySQL client library version.

Example


  /*  w w  w  . ja va 2  s .  com*/
<?php
    
   echo mysqli_get_client_info();
    
?>

The code above generates the following result.





















Home »
  PHP Tutorial »
    MySQL »




MySQLi
MySQLi Object Oriented