iis7_rewrite_rule_exists()
iis7_rewrite_rule_exists( string $filename )
检查IIS 7+配置文件中是否已存在WordPress的重写规则
Check if rewrite rule for WordPress already exists in the IIS 7+ configuration file
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$filename | (string) | 必需 | 配置文件的文件路径 |
返回(Return)
(bool)
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.8.0 | wp-admin/includes/misc.php:733 | 0 | 0 |
iis7_rewrite_rule_exists() 为WP2原创文章,链接:https://www.wp2.cn/functions/iis7_rewrite_rule_exists/