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

search for in the

mysqli::$client_version> <mysqli::character_set_name
[edit] Last updated: Fri, 24 May 2013

view this page in

mysqli::$client_info

mysqli_get_client_info

(PHP 5)

mysqli::$client_info -- mysqli_get_client_infoRécupère les informations du client MySQL

Description

Style orienté objet

Style procédural

string mysqli_get_client_info ( mysqli $link )

Retourne une chaîne de caractères représentant la version de la bibliothèque du client MySQL.

Valeurs de retour

Une chaîne de caractères représentant la version de la bibliothèque du client MySQL.

Exemples

Exemple #1 mysqli_get_client_info

<?php

/* Nous n'avons pas besoin d'une connexion pour déterminer
   la version de la bibliothèque du client MySQL */

printf("Version de la bibliothèque du client : %s\n"mysqli_get_client_info());
?>

Voir aussi



add a note add a note User Contributed Notes mysqli::$client_info - [0 notes]
There are no user contributed notes for this page.

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