如果URL PHP中不存在http://,如何添加?
在这里,我们设置了一个函数,该函数将“http://添加到字符串。假设我们传递了以下值-
example.com
我们想要的输出是“http://”,即实际链接-
http://example.com
为此,可以将点(。)表示法和条件匹配与preg_match()一起使用。
示例
<!DOCTYPE html>
<body>
<?php
function addingTheHTTPValue($stringValue) {
if (!preg_match("~^(?:f|ht)tps?://~i", $stringValue)) {
$stringValue = "http://" . $stringValue;
}
return $stringValue;
}
echo addingTheHTTPValue("example.com");
echo "<br>";
echo addingTheHTTPValue("https://example.com");
?>
</body>
</html>输出结果
http://example.com https://example.com
热门推荐
10 小红书平安祝福语简短
11 生日祝福语大全女孩简短
12 收生日红包祝福语 简短
13 领证幽默祝福语简短
14 法考面试祝福语简短
15 老哥出门祝福语简短语
16 送灯祝福语简短独特
17 幼儿狗年祝福语大全简短
18 好听的元旦简短祝福语