Forum und email

mysql_get_client_info

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

mysql_get_client_info — Modtag MySQL klient information

Beskrivelse

string mysql_get_client_info ( void )

mysql_get_client_info() returnerer en streng der repræsenterer MySQL klient biblioteks versionen.

Example#1 mysql_get_client_info() eksempel

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

Ovenstående eksempel vil producere følgende output:

MySQL klient information: 3.23.39

Se også mysql_get_host_info(), mysql_get_proto_info() og mysql_get_server_info().