Fonction mysql_get_client_info() PHP

Définition et utilisation

La fonction mysql_get_client_info() retourne les informations du client MySQL.

Si succès, retourne le numéro de version du client MySQL, si échec, retourne false.

Syntaxe

mysql_get_client_info()

Exemple

<?php
echo "Informations client MySQL: " . mysql_get_client_info();
?>

Sortie :

Informations client MySQL: 5.0.18