What is mysql get client info in PHP

In this article I am going to explain about mysql_get_client_info function in PHP.
  • 1624

PHP mysql_get_client_info() Function

The PHP mysql_get_client_info function is used to returns mysql client information.

Syntax of mysql_get_client_info function

mysql_get_client_info()

Example of mysql_get_client_info function

<?php

echo "MySQl client information:".mysql_get_client_info();

?>


Output:

mysql-get-client-info-php.jpg

You may also want to read these related articles :
here

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.