mysql_get_host_info Get MySQL host info Description stringmysql_get_host_info resourcelink_identifier mysql_get_host_info returns a string describing the type of connection in use for the connection link_identifier, including the server host name. If link_identifier is omitted, the last opened connection will be used. <function>mysql_get_host_info</function> example ]]> The above example would produce the following output: See also mysql_get_client_info, mysql_get_proto_info and mysql_get_server_info.