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

search for in the

mysqli::get_client_version> <mysqli::get_charset
Last updated: Fri, 14 Nov 2008

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

string mysqli::get_client_info ( void )
string mysqli_get_client_info ( void )

La fonction mysqli_get_client_info() est utilisée pour retourner une chaîne de caractères représentant la version du client utilisé par l'extension MySQLi.

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());
?>



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

mysqli::get_client_version> <mysqli::get_charset
Last updated: Fri, 14 Nov 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites