<bdo id='oeQRF'></bdo><ul id='oeQRF'></ul>
    1. <small id='oeQRF'></small><noframes id='oeQRF'>

      1. <tfoot id='oeQRF'></tfoot>

      2. <legend id='oeQRF'><style id='oeQRF'><dir id='oeQRF'><q id='oeQRF'></q></dir></style></legend>
        <i id='oeQRF'><tr id='oeQRF'><dt id='oeQRF'><q id='oeQRF'><span id='oeQRF'><b id='oeQRF'><form id='oeQRF'><ins id='oeQRF'></ins><ul id='oeQRF'></ul><sub id='oeQRF'></sub></form><legend id='oeQRF'></legend><bdo id='oeQRF'><pre id='oeQRF'><center id='oeQRF'></center></pre></bdo></b><th id='oeQRF'></th></span></q></dt></tr></i><div id='oeQRF'><tfoot id='oeQRF'></tfoot><dl id='oeQRF'><fieldset id='oeQRF'></fieldset></dl></div>

        PHP REGEX:从 URL 获取域

        时间:2023-09-23
            <legend id='gv6uJ'><style id='gv6uJ'><dir id='gv6uJ'><q id='gv6uJ'></q></dir></style></legend><tfoot id='gv6uJ'></tfoot>

              <small id='gv6uJ'></small><noframes id='gv6uJ'>

              • <bdo id='gv6uJ'></bdo><ul id='gv6uJ'></ul>

                  <tbody id='gv6uJ'></tbody>

                1. <i id='gv6uJ'><tr id='gv6uJ'><dt id='gv6uJ'><q id='gv6uJ'><span id='gv6uJ'><b id='gv6uJ'><form id='gv6uJ'><ins id='gv6uJ'></ins><ul id='gv6uJ'></ul><sub id='gv6uJ'></sub></form><legend id='gv6uJ'></legend><bdo id='gv6uJ'><pre id='gv6uJ'><center id='gv6uJ'></center></pre></bdo></b><th id='gv6uJ'></th></span></q></dt></tr></i><div id='gv6uJ'><tfoot id='gv6uJ'></tfoot><dl id='gv6uJ'><fieldset id='gv6uJ'></fieldset></dl></div>
                  本文介绍了PHP REGEX:从 URL 获取域的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我想要的

                  我想从 URL 获取 domain 部分,所以从 http://example.com/ -> example.com

                  I want to get from a URL the domain part so from http://example.com/ -> example.com

                  示例:

                  +----------------------------------------------+-----------------------+
                  | input                                        | output                |
                  +----------------------------------------------+-----------------------+
                  | http://www.stackoverflow.com/questions/ask   | www.stackoverflow.com |
                  | http://validator.w3.org/check                | validator.w3.org      |
                  | http://www.google.com/?q=hello               | www.google.com        |
                  | http://google.de/?q=hello                    | google.de             |
                  +----------------------------------------------+-----------------------+
                  

                  我在 stackoverflow 中发现了一些相关的问题,但没有一个是我想要的.

                  I found some related questions in stackoverflow but none of them was exactly what I was looking for.

                  感谢您的帮助!

                  推荐答案

                  没有必要为此使用正则表达式.PHP 有一个内置函数可以做到这一点.使用 parse_url():

                  There's no need to use a regex for this. PHP has an inbuilt function to do just this. Use parse_url():

                  $domain = parse_url($url, PHP_URL_HOST);
                  

                  这篇关于PHP REGEX:从 URL 获取域的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:正确匹配 IDN URL 下一篇:转到 PHP parse_url() 没有的地方 - 仅解析域

                  相关文章

                2. <legend id='pe2is'><style id='pe2is'><dir id='pe2is'><q id='pe2is'></q></dir></style></legend>

                    <bdo id='pe2is'></bdo><ul id='pe2is'></ul>
                  <i id='pe2is'><tr id='pe2is'><dt id='pe2is'><q id='pe2is'><span id='pe2is'><b id='pe2is'><form id='pe2is'><ins id='pe2is'></ins><ul id='pe2is'></ul><sub id='pe2is'></sub></form><legend id='pe2is'></legend><bdo id='pe2is'><pre id='pe2is'><center id='pe2is'></center></pre></bdo></b><th id='pe2is'></th></span></q></dt></tr></i><div id='pe2is'><tfoot id='pe2is'></tfoot><dl id='pe2is'><fieldset id='pe2is'></fieldset></dl></div>
                  1. <tfoot id='pe2is'></tfoot>

                      <small id='pe2is'></small><noframes id='pe2is'>