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, 18 May 2012

view this page in

mysql_get_client_info

(PHP 4 >= 4.0.5, PHP 5)

mysql_get_client_infoLiefert MySQL Clientinformationen

Beschreibung

string mysql_get_client_info ( void )

mysql_get_client_info() liefert eine Zeichenkette mit der Version der Client-Bibliothek.

Rückgabewerte

Die Version der MySQL Client-Bibliothek.

Beispiele

Beispiel #1 mysql_get_client_info() Bespiel

<?php
printf
("MySQL client info: %s\n"mysql_get_client_info());
?>

Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:

MySQL client info: 3.23.39

Siehe auch



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 | sitemap | contact | advertising | mirror sites