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

search for in the

mysql_get_host_info> <mysql_free_result
Last updated: Fri, 27 Jun 2008

view this page in

mysql_get_client_info

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

mysql_get_client_info — Ottine informazioni sul client MySQL

Descrizione

string mysql_get_client_info ( void )

mysql_get_client_info() restituisce una stringa che rappresenta la versione della libraria client.

Example #1 Esempio di mysql_get_client_info

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

L'esempio riportato sopra dovrebbe produrre il seguente output:

Informazioni sul client MySQL: 3.23.39

Vedere anche: mysql_get_host_info(), mysql_get_proto_info() e 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, 27 Jun 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites