downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

mysql_get_host_info> <mysql_free_result
[edit] Last updated: Fri, 25 May 2012

view this page in

mysql_get_client_info

(PHP 4 >= 4.0.5, PHP 5)

mysql_get_client_infoLit les informations sur le client MySQL

Description

string mysql_get_client_info ( void )

mysql_get_client_info() retourne une chaîne qui représente le numéro de version du client utilisé par PHP.

Valeurs de retour

La version du client MySQL.

Exemples

Exemple #1 Exemple avec mysql_get_client_info()

<?php
printf
("Détails sur le client MySQL : %s\n"mysql_get_client_info());
?>

L'exemple ci-dessus va afficher quelque chose de similaire à :

Détails sur le client MySQL : 3.23.39

Voir aussi



add a note add a note User Contributed Notes mysql_get_client_info
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites