diff --git a/reference/mysql/functions/mysql-get-client-info.xml b/reference/mysql/functions/mysql-get-client-info.xml index e4c1af1b12..b76d02226b 100644 --- a/reference/mysql/functions/mysql-get-client-info.xml +++ b/reference/mysql/functions/mysql-get-client-info.xml @@ -1,5 +1,5 @@ - + @@ -16,8 +16,28 @@ mysql_get_client_info returns a string that represents the client library version. + + mysql_get_client_info Example + + +]]> + + + The above example would produce the following output: + + + + + - mysql_get_client_info was added in PHP 4.0.5. + See also: mysql_get_host_info, + mysql_get_proto_info and + mysql_get_server_info. diff --git a/reference/mysql/functions/mysql-get-proto-info.xml b/reference/mysql/functions/mysql-get-proto-info.xml index 3ca68efbe0..4d1e9403bc 100644 --- a/reference/mysql/functions/mysql-get-proto-info.xml +++ b/reference/mysql/functions/mysql-get-proto-info.xml @@ -1,5 +1,5 @@ - + @@ -19,8 +19,28 @@ link_identifier is omitted, the last opened connection will be used. + + mysql_get_proto_info Example + + +]]> + + + The above example would produce the following output: + + + + + - mysql_get_proto_info was added in PHP 4.0.5. + See also: mysql_get_client_info, + mysql_get_host_info and + mysql_get_server_info. diff --git a/reference/mysql/functions/mysql-get-server-info.xml b/reference/mysql/functions/mysql-get-server-info.xml index 966f863b97..7a5e308db6 100644 --- a/reference/mysql/functions/mysql-get-server-info.xml +++ b/reference/mysql/functions/mysql-get-server-info.xml @@ -1,5 +1,5 @@ - + @@ -19,8 +19,28 @@ link_identifier is omitted, the last opened connection will be used. + + mysql_get_server_info Example + + +]]> + + + The above example would produce the following output: + + + + + - mysql_get_server_info was added in PHP 4.0.5. + See also: mysql_get_client_info, + mysql_get_host_info and + mysql_get_proto_info.