char *mysql_get_host_info(MYSQL *mysql)
説明
使用している接続のタイプを表す文字列を返します。この文字列にはサーバのホスト名も含まれます。
戻り値
サーバのホスト名および接続タイプを表す文字列。
エラー
ありません。
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.