No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

Rechercher une fonction PHP

mysqli::$client_info

mysqli::get_client_info

PHP: mysqli::$client_info - Manual Home of Manuel PHP  Contents Haut

mysqli_get_client_info

(PHP 5, PHP 7)

mysqli::$client_info -- mysqli::get_client_info -- mysqli_get_client_infoGet MySQL client info

PHP: mysqli::$client_info - Manual Home of Manuel PHP  Contents Haut

Description

Object oriented style

mysqli::get_client_info ( void ) : string

Procedural style

mysqli_get_client_info ( mysqli $link ) : string

Returns a string that represents the MySQL client library version.

PHP: mysqli::$client_info - Manual Home of Manuel PHP  Contents Haut

Return Values

A string that represents the MySQL client library version

PHP: mysqli::$client_info - Manual Home of Manuel PHP  Contents Haut

Examples

Example #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());
?>

PHP: mysqli::$client_info - Manual Home of Manuel PHP  Contents Haut

See Also

Find a PHP function
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph