首页 WordPress函数大全 extract_from_markers()

extract_from_markers()

2020-05-01 / 4993阅 / 悠然

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

extract_from_markers( string $filename, string $marker )

Extracts strings from between the BEGIN and END markers in the .htaccess file.

描述

参数

$filename

(string)
(Required)
Filename to extract the strings from.

$marker

(string)
(Required)
The marker to extract the strings from.

返回

(string[]) An array of strings from a file (.htaccess) from between BEGIN and END markers.

大家谈论
    我的见解