downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

mysqli_get_client_stats> <mysqli::get_charset
[edit] Last updated: Fri, 25 May 2012

view this page in

mysqli::get_client_info

mysqli_get_client_info

(PHP 5)

mysqli::get_client_info -- mysqli_get_client_infoMySQL クライアントのバージョンを文字列で返す

説明

オブジェクト指向型

string mysqli::get_client_info ( void )

手続き型

string mysqli_get_client_info ( mysqli $link )

MySQL クライアントライブラリのバージョンを文字列で返します。

返り値

MySQL クライアントライブラリのバージョンを文字列で返します。

例1 mysqli_get_client_info

<?php

/* mysql クライアントライブラリのバージョンを
   調べるために、接続する必要はありません */

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

参考



add a note add a note User Contributed Notes mysqli::get_client_info
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites