From 627165c91de77a0bfbf377136b5f7f7882fcb6c3 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sat, 10 Jan 2004 17:07:27 +0000 Subject: [PATCH] new function git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@148402 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../apache/functions/apache-get-modules.xml | 69 +++++++++++++++++++ reference/apache/functions/apache-getenv.xml | 40 +++++++++++ 2 files changed, 109 insertions(+) create mode 100755 reference/apache/functions/apache-get-modules.xml create mode 100755 reference/apache/functions/apache-getenv.xml diff --git a/reference/apache/functions/apache-get-modules.xml b/reference/apache/functions/apache-get-modules.xml new file mode 100755 index 0000000000..24f4b9cca6 --- /dev/null +++ b/reference/apache/functions/apache-get-modules.xml @@ -0,0 +1,69 @@ + + + + + apache_get_modules + + Get a list of loaded Apache modules + + + + Description + + arrayapache_get_modules + + + + This functions returns an array with the loaded Apache modules. + + + + <function>apache_get_modules</function> example + + +]]> + + + The above example will output something similar to: + + + core + [1] => http_core + [2] => mod_so + [3] => sapi_apache2 + [4] => mod_mime + [5] => mod_rewrite +) +]]> + + + + + + + diff --git a/reference/apache/functions/apache-getenv.xml b/reference/apache/functions/apache-getenv.xml new file mode 100755 index 0000000000..d9b23f640a --- /dev/null +++ b/reference/apache/functions/apache-getenv.xml @@ -0,0 +1,40 @@ + + + + + apache_getenv + + Get an Apache subprocess_env variable + + + + Description + + boolapache_getenv + stringvariable + boolwalk_to_top + + &warn.undocumented.func; + + + +