1. <small id='M4dNf'></small><noframes id='M4dNf'>

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

          <bdo id='M4dNf'></bdo><ul id='M4dNf'></ul>
      1. <tfoot id='M4dNf'></tfoot>
      2. PHP 中 JavaScript 的 encodeURI 组件的等价物是什么?

        时间:2023-10-05
        <i id='WYwU7'><tr id='WYwU7'><dt id='WYwU7'><q id='WYwU7'><span id='WYwU7'><b id='WYwU7'><form id='WYwU7'><ins id='WYwU7'></ins><ul id='WYwU7'></ul><sub id='WYwU7'></sub></form><legend id='WYwU7'></legend><bdo id='WYwU7'><pre id='WYwU7'><center id='WYwU7'></center></pre></bdo></b><th id='WYwU7'></th></span></q></dt></tr></i><div id='WYwU7'><tfoot id='WYwU7'></tfoot><dl id='WYwU7'><fieldset id='WYwU7'></fieldset></dl></div>
        <tfoot id='WYwU7'></tfoot>
      3. <legend id='WYwU7'><style id='WYwU7'><dir id='WYwU7'><q id='WYwU7'></q></dir></style></legend>

        1. <small id='WYwU7'></small><noframes id='WYwU7'>

              <tbody id='WYwU7'></tbody>
                <bdo id='WYwU7'></bdo><ul id='WYwU7'></ul>

                  本文介绍了PHP 中 JavaScript 的 encodeURI 组件的等价物是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  JavaScript 的 encodeURIcomponent 函数在 PHP 中的等价物是什么?

                  What is the equivalent of JavaScript's encodeURIcomponent function in PHP?

                  推荐答案

                  Try rawurlencode.或者更准确地说:

                  Try rawurlencode. Or to be more precise:

                  function encodeURIComponent($str) {
                      $revert = array('%21'=>'!', '%2A'=>'*', '%27'=>"'", '%28'=>'(', '%29'=>')');
                      return strtr(rawurlencode($str), $revert);
                  }
                  

                  此功能完全正常如何encodeURIComponent 已定义:

                  This function works exactly how encodeURIComponent is defined:

                  encodeURIComponent 转义除以下字符之外的所有字符:字母、十进制数字、- _ . ! ~ * ' ( )

                  encodeURIComponent escapes all characters except the following: alphabetic, decimal digits, - _ . ! ~ * ' ( )

                  这篇关于PHP 中 JavaScript 的 encodeURI 组件的等价物是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:PHP7.1 mcrypt 替代方案 下一篇:在 php 中解码引用的可打印消息

                  相关文章

                  最新文章

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

                    • <bdo id='2y4vV'></bdo><ul id='2y4vV'></ul>
                    <tfoot id='2y4vV'></tfoot>
                    <legend id='2y4vV'><style id='2y4vV'><dir id='2y4vV'><q id='2y4vV'></q></dir></style></legend>