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

search for in the

maxdb_get_client_version> <maxdb_free_result
[edit] Last updated: Fri, 17 May 2013

view this page in

maxdb_get_client_info

(PECL maxdb >= 1.0)

maxdb_get_client_infoMaxDB クライアントのバージョンを文字列で返す

説明

string maxdb_get_client_info ( void )

maxdb_get_client_info() 関数は、 MaxDB 拡張モジュールで使用されている、 クライアントのバージョンを表す文字列を返すために使用されます。

返り値

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

例1 maxdb_get_client_info

<?php

/* MaxDB クライアントライブラリのバージョンを
   知るには、接続する必要はありません。 */

printf("クライアントライブラリのバージョン: %s\n"maxdb_get_client_info());
?>

上の例の出力は、 たとえば以下のようになります。

クライアントライブラリのバージョン: libSQLDBC <...>

参考



add a note add a note User Contributed Notes maxdb_get_client_info - [0 notes]
There are no user contributed notes for this page.

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