diff --git a/reference/mysql/functions/mysql-get-host-info.xml b/reference/mysql/functions/mysql-get-host-info.xml index 531cb6d990..62d3b569c4 100644 --- a/reference/mysql/functions/mysql-get-host-info.xml +++ b/reference/mysql/functions/mysql-get-host-info.xml @@ -1,5 +1,5 @@ - + @@ -19,8 +19,28 @@ name. If link_identifier is omitted, the last opened connection will be used. + + mysql_get_host_info Example + + +]]> + + + The above example would produce the following output: + + + + + - mysql_get_host_info was added in PHP 4.0.5. + See also: mysql_get_client_info, + mysql_get_proto_info and + mysql_get_server_info.