Get MySQL client info (original) (raw)

Description

Object oriented style

stringmysqli->client_info;

public mysqli::get_client_info ( void ) : string

Procedural style

mysqli_get_client_info ([ mysqli $link = NULL ] ) : string

Returns a string that represents the MySQL client library version.