2020-05-02 / 4793阅 / 悠然
将基本网址添加到传递的内容中的相对链接。
默认情况下,它支持'src'和'href'属性。但是,这可以通过第三参数进行更改。
(string)
(Required)
String to search for links in.
(string)
(Required)
The base URL to prefix to links.
(array)
(Optional)
The attributes which should be processed.
Default value: array('src', 'href')
(string) The processed content.