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, 22 Aug 2008

view this page in

mysql_get_client_info

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

mysql_get_client_infoObtener información del cliente MySQL

Descripción

string mysql_get_client_info ( void )

mysql_get_client_info() devuelve una cadena que representa la versión de la biblioteca cliente.

Valores retornados

La versión del cliente MySQL.

Ejemplos

Example #1 Ejemplo de mysql_get_client_info()

<?php
printf
("Informaci&oacute;n del cliente MySQL: %s\n"mysql_get_client_info());
?>

El resultado del ejemplo seria algo similar a:

Informaci&oacute;n del cliente MySQL: 3.23.39



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, 22 Aug 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites