apache_get_modules
ロードされた Apache モジュールのリストを取得する
&reftitle.description;
arrayapache_get_modules
ロードされた Apache モジュールのリストを取得します。
&reftitle.returnvalues;
ロードされた Apache モジュールの配列 array を返します。
&reftitle.changelog;
&Version;
&Description;
5.0.0
Apache 1 を使用している、もしくは Apache 2 で
フィルター API
として使用している場合に利用可能です。
以前は、Apache 2 の ハンドラ API
として使用している場合にのみ利用可能でした。
&reftitle.examples;
apache_get_modules の例
]]>
&example.outputs.similar;
core
[1] => http_core
[2] => mod_so
[3] => sapi_apache2
[4] => mod_mime
[5] => mod_rewrite
)
]]>