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

search for in the

mysql_get_host_info> <mysql_free_result
[edit] Last updated: Fri, 14 Jun 2013

view this page in

mysql_get_client_info

(PHP 4 >= 4.0.5, PHP 5)

mysql_get_client_infoObtém informações do cliente MySQL

Descrição

string mysql_get_client_info ( void )

mysql_get_client_info() retorna uma string que representa a versão da biblioteca de cliente.

Valor Retornado

A versão do cliente MySQL.

Exemplos

Exemplo #1 Exemplo mysql_get_client_info()

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

O exemplo acima irá imprimir algo similar à:

MySQL client info: 3.23.39

Veja Também



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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites