PHP-Logo
Druckansicht von http://www.php-homepage.de/manual/mysqli.get-client-info.php

PHP-Logo
[ Main Menue ]
Homepage
Downloads
Artikel
Scripts
Forum
PHP-Manual
Links
News
Freelancer
Bücher
RuDolF
Suche
Misc
Über diese Seite
Kontakt
Wunschzettel
MyGuestbook
*
[ Suche ]
*
[ Manual ]
mysqli
*

Follow on Twitter - @phphomepage

RSS Feed blogoscoop
 mysqli::get_charset  Letztes Update:
18.05.2012
mysqli_get_client_stats 

mysqli::get_client_info

mysqli_get_client_info

(PHP 5)

mysqli::get_client_info -- mysqli_get_client_infoReturns the MySQL client version as a string

Beschreibung

Objektorientierter Stil

string mysqli::get_client_info ( void )

Prozeduraler Stil

string mysqli_get_client_info ( mysqli $link )

Returns a string that represents the MySQL client library version.

Rückgabewerte

A string that represents the MySQL client library version

Beispiele

Beispiel #1 mysqli_get_client_info

<?php

/* We don't need a connection to determine
   the version of mysql client library */

printf("Client library version: %s\n"mysqli_get_client_info());
?>

Siehe auch

© Copyright 1999 - 2011 by Mark Kronsbein | Impressum | NutzungsbedingungenWeiterempfehlen | Seitenanfang
0.0029