mysql_get_client_info

(PHP 4 >= 4.0.5, PHP 5)

mysql_get_client_info -- Obté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.

Valores de 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 a:

MySQL client info: 3.23.39

Veja também

mysql_get_host_info()
mysql_get_proto_info()
mysql_get_server_info()