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

search for in the

mysql_get_host_info> <mysql_free_result
Last updated: Fri, 14 Nov 2008

view this page in

mysql_get_client_info

(PHP 4 >= 4.0.5, PHP 5, PECL mysql:1.0)

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.

Beispiel #1 mysql_get_client_info() Beispiel

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

Das obige Beispiel gibt folgendes aus:

MySQL client info: 3.23.39

Siehe auch: mysql_get_host_info(), mysql_get_proto_info() und mysql_get_server_info().



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

mysql_get_host_info> <mysql_free_result
Last updated: Fri, 14 Nov 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites