downloads | documentation | faq | getting help | mailing lists | licenses | 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, 13 Nov 2009

view this page in

mysql_get_client_info

(PHP 4 >= 4.0.5, PHP 5)

mysql_get_client_infoMySQL istemci sürüm bilgisini al

Açıklama

string mysql_get_client_info ( void )

mysql_get_client_info() istemci kütüphane sürümünü bildiren bir dizge döndürür.

Dönen Değerler

MySQL istemci sürümü.

Örnekler

Örnek 1 - mysql_get_client_info() örneği

<?php
printf
("MySQL istemci sürümü: %s\n"mysql_get_client_info());
?>

Yukarıdaki örnek şuna benzer bir çıktı üretir:

MySQL istemci sürümü: 3.23.39

Ayrıca Bakınız



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, 13 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites