mysql_get_client_info
Obtenez des informations client MySQL.
Nom de la fonction: mysql_get_client_info ()
Version applicable: PHP 4> = 4.0.5, PHP 5, PHP 7
Fonction Description: La fonction MySQL_GET_CIENT_INFO () renvoie des informations sur la version actuelle de la bibliothèque client MySQL.
usage:
string mysql_get_client_info ( void )
Paramètres: cette fonction n'accepte aucun paramètre.
Valeur de retour: renvoie une chaîne représentant les informations de version de la bibliothèque client MySQL actuelle.
Exemple:
$mysqlClientInfo = mysql_get_client_info(); echo "MySQL Client Library 版本:".$mysqlClientInfo;
Sortir:
MySQL Client Library 版本:5.6.40
Notes: