首页 WordPress函数大全 apache_mod_loaded()

apache_mod_loaded()

2020-05-01 / 4339阅 / 悠然

如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款

apache_mod_loaded( string $mod, bool $default = false )

Does the specified module exist in the Apache config?

描述

参数

$mod

(string)
(Required)
The module, e.g. mod_rewrite.

$default

(bool)
(Optional)
The default return value if the module is not found.

Default value: false

返回

(bool) Whether the specified module is loaded.

大家谈论
    我的见解