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

        <tfoot id='ToV0d'></tfoot>
          <bdo id='ToV0d'></bdo><ul id='ToV0d'></ul>
      1. 在 PHP 中删除从字符的第一次出现到字符串末尾的

        时间:2023-05-21

          <tfoot id='KtDGW'></tfoot>
              <tbody id='KtDGW'></tbody>

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

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

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

                  本文介绍了在 PHP 中删除从字符的第一次出现到字符串末尾的所有内容的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  我想从 PHP 中字符串的第一个逗号中删除所有内容(包括逗号).

                  I want to remove everything (including the comma) from the first comma of a string in PHP.

                  例如

                  $print = "50 days,7 hours";
                  

                  应该变成

                  50 days
                  

                  推荐答案

                  这是一种方法:

                  $print = preg_replace('/^([^,]*).*$/', '$1', $print);
                  

                  另一个:

                  list($print) = explode(',', $print);
                  

                  或者:

                  $print = explode(',', $print)[0];
                  

                  这篇关于在 PHP 中删除从字符的第一次出现到字符串末尾的所有内容的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:PHP 函数替换第 (i) 个位置的字符 下一篇:通过 php dom 在 html 片段中通过超链接查找和替换

                  相关文章

                  最新文章

                    <bdo id='Z5xMJ'></bdo><ul id='Z5xMJ'></ul>
                1. <legend id='Z5xMJ'><style id='Z5xMJ'><dir id='Z5xMJ'><q id='Z5xMJ'></q></dir></style></legend>

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

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