泛解析php
發布時間: 2023-08-31 21:04:10
❶ php如何獲取當前二級域名
$domain="gl.aaa.com";
$n=preg_match('/(.*.)?w+.w+$/',$domain,$matches);
print_r($matches);
熱點內容
❶ php如何獲取當前二級域名
$domain="gl.aaa.com";
$n=preg_match('/(.*.)?w+.w+$/',$domain,$matches);
print_r($matches);