如果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 初升高祝福语家长简短