From 4868726c09970bb65317fd67aade039ea8e61505 Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Sun, 21 Apr 2002 16:08:19 +0000 Subject: [PATCH] added sample added see alsos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@79314 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../mysql/functions/mysql-get-client-info.xml | 24 +++++++++++++++++-- .../mysql/functions/mysql-get-proto-info.xml | 24 +++++++++++++++++-- .../mysql/functions/mysql-get-server-info.xml | 24 +++++++++++++++++-- 3 files changed, 66 insertions(+), 6 deletions(-) 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.