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

search for in the

mysqli_get_client_stats> <mysqli::get_charset
[edit] Last updated: Fri, 25 May 2012

view this page in

mysqli::get_client_info

mysqli_get_client_info

(PHP 5)

mysqli::get_client_info -- mysqli_get_client_infoRetourne une chaîne contenant la version du client MySQL

Description

Style orienté objet

string mysqli::get_client_info ( void )

Style procédural

string mysqli_get_client_info ( mysqli $link )

Retourne une chaîne de caractères qui représente la version de la librairie cliente MySQL.

Valeurs de retour

Une chaîne de caractères représentant la version du client utilisé par l'extension MySQL.

Exemples

Exemple #1 Exemple avec mysqli_get_client_info()

<?php

/* Vous n'avez pas besoin d'une connexion pour déterminer
    la version du client utilisé par l'extension MySQL */

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

Voir aussi



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

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