gpt4 book ai didi

php - 使链接在文本 block 中可点击的最佳方法

转载 作者:IT王子 更新时间:2023-10-28 23:50:57 25 4
gpt4 key购买 nike

<分区>

我要:

Here is link: http://google.com
And http://example.com inside.
And another one at the very end: http://test.net

成为:

Here is link: <a href="http://google.com">http://google.com</a>
And <a href="http://example.com">http://example.com</a> inside.
And another one at the very end: <a href="http://test.net">http://test.net</a>

这似乎是一项微不足道的任务,但我找不到有效的 PHP 函数。你有什么想法吗?

function make_links_clickable($text){
// ???
}

$text = 'Here is link: http://google.com
And http://example.com inside.
And another one at the very end: http://test.net';

echo make_links_clickable($text);

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com