From 9091881f13ea9d4edac3200d807fc992fb98de3d Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Tue, 25 Nov 2003 00:19:27 +0000 Subject: [PATCH] some docs for apache_get_version git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@144857 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../apache/functions/apache-get-version.xml | 65 +++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 reference/apache/functions/apache-get-version.xml diff --git a/reference/apache/functions/apache-get-version.xml b/reference/apache/functions/apache-get-version.xml new file mode 100644 index 0000000000..866cba9089 --- /dev/null +++ b/reference/apache/functions/apache-get-version.xml @@ -0,0 +1,65 @@ + + + + + + apache_get_version + + Fetch Apache version + + + + Description + + stringapache_get_version + + + + apache_get_version returns the version of Apache as + string, or &false; on failure. + + + <function>apache_get_version</function> example + +"; +?> +]]> + + + The printout of the above program will look similar to: + + + + + + + See also phpinfo. + + + + +