<legend id='ZdqeE'><style id='ZdqeE'><dir id='ZdqeE'><q id='ZdqeE'></q></dir></style></legend>

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

      <tfoot id='ZdqeE'></tfoot>

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

        • <bdo id='ZdqeE'></bdo><ul id='ZdqeE'></ul>
      1. PHP 函数替换第 (i) 个位置的字符

        时间:2023-05-21

        <legend id='s9PlZ'><style id='s9PlZ'><dir id='s9PlZ'><q id='s9PlZ'></q></dir></style></legend>

            <bdo id='s9PlZ'></bdo><ul id='s9PlZ'></ul>

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

              <tbody id='s9PlZ'></tbody>

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

                • 本文介绍了PHP 函数替换第 (i) 个位置的字符的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  PHP 中是否有一个函数接受一个字符串、一个数字(i)和一个字符(x),然后替换位置(<代码>i) 和 (x)?

                  Is there a function in PHP that takes in a string, a number (i), and a character (x), then replaces the character at position (i) with (x)?

                  如果没有,有人可以帮我实施吗?

                  If not, can somebody help me in implementing it?

                  推荐答案

                  $str    = 'bar';
                  $str[1] = 'A';
                  echo $str; // prints bAr
                  

                  或者你可以使用库函数 substr_replace 作为:

                  or you could use the library function substr_replace as:

                  $str = substr_replace($str,$char,$pos,1);
                  

                  这篇关于PHP 函数替换第 (i) 个位置的字符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:用 PHP 替换 下一篇:在 PHP 中删除从字符的第一次出现到字符串末尾的

                  相关文章

                  最新文章

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

                    • <bdo id='4gdgQ'></bdo><ul id='4gdgQ'></ul>

                      <small id='4gdgQ'></small><noframes id='4gdgQ'>

                      <tfoot id='4gdgQ'></tfoot>

                    1. <legend id='4gdgQ'><style id='4gdgQ'><dir id='4gdgQ'><q id='4gdgQ'></q></dir></style></legend>