php man page for mysqli_get_client_info

Query: mysqli_get_client_info

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MYSQLI_GET_CLIENT_INFO(3)						 1						 MYSQLI_GET_CLIENT_INFO(3)

mysqli::get_client_info - Get MySQL client info

       Object oriented style

SYNOPSIS
string mysqli::get_client_info (void )
DESCRIPTION
Procedural style string mysqli_get_client_info (mysqli $link) Returns a string that represents the MySQL client library version.
RETURN VALUES
A string that represents the MySQL client library version
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 ", mysqli_get_client_info()); ?>
SEE ALSO
mysqli_get_client_version(3), mysqli_get_server_info(3), mysqli_get_server_version(3). PHP Documentation Group MYSQLI_GET_CLIENT_INFO(3)
Related Man Pages
mysql_get_client_info(3) - php
mysqli_get_proto_info(3) - php
mysqli_get_server_version(3) - php
mysqli_ping(3) - php
mysqli_set_charset(3) - php
Similar Topics in the Unix Linux Community
Rules for Homework &amp; Coursework Questions Forum
Forum Video Tutorial: How to Use Code Tags
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun