常规参数
文章标题:
权重:
文章摘要:
以下 代码 可以从URL中获得域名 例如:http://souzz.net/html/database/ORACLE/69613.html 得到souzz.net function get_domain($url){ $pattern = /[w-]+.(com|net|org|gov|cc|biz|info|cn)(.(cn|hk))*/; preg_match($pattern, $url, $matches); if(count($matches)
关键字:
PHP正则表达式从url中取得域名
管理密码: