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

search for in the

mysqli::$client_version> <mysqli::character_set_name
[edit] Last updated: Fri, 25 May 2012

view this page in

mysqli::$client_info

mysqli_get_client_info

(PHP 5)

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

説明

オブジェクト指向型

手続き型

string mysqli_get_client_info ( mysqli $link )

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

返り値

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

例1 mysqli_get_client_info

<?php

/* データベースに接続しなくても
   クライアントライブラリのバージョンを知ることができます */

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

参考



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

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