<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                ??碼云GVP開源項目 12k star Uniapp+ElementUI 功能強大 支持多語言、二開方便! 廣告
                [更新日志](https://www.php.net/manual/zh/changelog.strings.php) ## 字符串函數: * [addcslashes](https://www.php.net/manual/zh/function.addcslashes.php)— 以 C 語言風格使用反斜線轉義字符串中的字符 * [addslashes](https://www.php.net/manual/zh/function.addslashes.php)— 使用反斜線引用字符串 * [bin2hex](https://www.php.net/manual/zh/function.bin2hex.php)— 函數把包含數據的二進制字符串轉換為十六進制值 * [chop](https://www.php.net/manual/zh/function.chop.php)— rtrim 的別名 * [chr](https://www.php.net/manual/zh/function.chr.php)— 返回指定的字符 * [chunk\_split](https://www.php.net/manual/zh/function.chunk-split.php)— 將字符串分割成小塊 * [convert\_cyr\_string](https://www.php.net/manual/zh/function.convert-cyr-string.php)— 將字符由一種 Cyrillic 字符轉換成另一種 * [convert\_uudecode](https://www.php.net/manual/zh/function.convert-uudecode.php)— 解碼一個 uuencode 編碼的字符串 * [convert\_uuencode](https://www.php.net/manual/zh/function.convert-uuencode.php)— 使用 uuencode 編碼一個字符串 * [count\_chars](https://www.php.net/manual/zh/function.count-chars.php)— 返回字符串所用字符的信息 * [crc32](https://www.php.net/manual/zh/function.crc32.php)— 計算一個字符串的 crc32 多項式 * [crypt](https://www.php.net/manual/zh/function.crypt.php)— 單向字符串散列 * [echo](https://www.php.net/manual/zh/function.echo.php)— 輸出一個或多個字符串 * [explode](https://www.php.net/manual/zh/function.explode.php)— 使用一個字符串分割另一個字符串 * [fprintf](https://www.php.net/manual/zh/function.fprintf.php)— 將格式化后的字符串寫入到流 * [get\_html\_translation\_table](https://www.php.net/manual/zh/function.get-html-translation-table.php)— 返回使用 htmlspecialchars 和 htmlentities 后的轉換表 * [hebrev](https://www.php.net/manual/zh/function.hebrev.php)— 將邏輯順序希伯來文(logical-Hebrew)轉換為視覺順序希伯來文(visual-Hebrew) * [hebrevc](https://www.php.net/manual/zh/function.hebrevc.php)— 將邏輯順序希伯來文(logical-Hebrew)轉換為視覺順序希伯來文(visual-Hebrew),并且轉換換行符 * [hex2bin](https://www.php.net/manual/zh/function.hex2bin.php)— 轉換十六進制字符串為二進制字符串 * [html\_entity\_decode](https://www.php.net/manual/zh/function.html-entity-decode.php)— Convert HTML entities to their corresponding characters * [htmlentities](https://www.php.net/manual/zh/function.htmlentities.php)— 將字符轉換為 HTML 轉義字符 * [htmlspecialchars\_decode](https://www.php.net/manual/zh/function.htmlspecialchars-decode.php)— 將特殊的 HTML 實體轉換回普通字符 * [htmlspecialchars](https://www.php.net/manual/zh/function.htmlspecialchars.php)— 將特殊字符轉換為 HTML 實體 * [implode](https://www.php.net/manual/zh/function.implode.php)— 將一個一維數組的值轉化為字符串 * [join](https://www.php.net/manual/zh/function.join.php)— 別名 implode * [lcfirst](https://www.php.net/manual/zh/function.lcfirst.php)— 使一個字符串的第一個字符小寫 * [levenshtein](https://www.php.net/manual/zh/function.levenshtein.php)— 計算兩個字符串之間的編輯距離 * [localeconv](https://www.php.net/manual/zh/function.localeconv.php)— Get numeric formatting information * [ltrim](https://www.php.net/manual/zh/function.ltrim.php)— 刪除字符串開頭的空白字符(或其他字符) * [md5\_file](https://www.php.net/manual/zh/function.md5-file.php)— 計算指定文件的 MD5 散列值 * [md5](https://www.php.net/manual/zh/function.md5.php)— 計算字符串的 MD5 散列值 * [metaphone](https://www.php.net/manual/zh/function.metaphone.php)— Calculate the metaphone key of a string * [money\_format](https://www.php.net/manual/zh/function.money-format.php)— 將數字格式化成貨幣字符串 * [nl\_langinfo](https://www.php.net/manual/zh/function.nl-langinfo.php)— Query language and locale information * [nl2br](https://www.php.net/manual/zh/function.nl2br.php)— 在字符串所有新行之前插入 HTML 換行標記 * [number\_format](https://www.php.net/manual/zh/function.number-format.php)— 以千位分隔符方式格式化一個數字 * [ord](https://www.php.net/manual/zh/function.ord.php)— 轉換字符串第一個字節為 0-255 之間的值 * [parse\_str](https://www.php.net/manual/zh/function.parse-str.php)— 將字符串解析成多個變量 * [print](https://www.php.net/manual/zh/function.print.php)— 輸出字符串 * [printf](https://www.php.net/manual/zh/function.printf.php)— 輸出格式化字符串 * [quoted\_printable\_decode](https://www.php.net/manual/zh/function.quoted-printable-decode.php)— 將 quoted-printable 字符串轉換為 8-bit 字符串 * [quoted\_printable\_encode](https://www.php.net/manual/zh/function.quoted-printable-encode.php)— 將 8-bit 字符串轉換成 quoted-printable 字符串 * [quotemeta](https://www.php.net/manual/zh/function.quotemeta.php)— 轉義元字符集 * [rtrim](https://www.php.net/manual/zh/function.rtrim.php)— 刪除字符串末端的空白字符(或者其他字符) * [setlocale](https://www.php.net/manual/zh/function.setlocale.php)— 設置地區信息 * [sha1\_file](https://www.php.net/manual/zh/function.sha1-file.php)— 計算文件的 sha1 散列值 * [sha1](https://www.php.net/manual/zh/function.sha1.php)— 計算字符串的 sha1 散列值 * [similar\_text](https://www.php.net/manual/zh/function.similar-text.php)— 計算兩個字符串的相似度 * [soundex](https://www.php.net/manual/zh/function.soundex.php)— Calculate the soundex key of a string * [sprintf](https://www.php.net/manual/zh/function.sprintf.php)— Return a formatted string * [sscanf](https://www.php.net/manual/zh/function.sscanf.php)— 根據指定格式解析輸入的字符 * [str\_getcsv](https://www.php.net/manual/zh/function.str-getcsv.php)— 解析 CSV 字符串為一個數組 * [str\_ireplace](https://www.php.net/manual/zh/function.str-ireplace.php)— str\_replace 的忽略大小寫版本 * [str\_pad](https://www.php.net/manual/zh/function.str-pad.php)— 使用另一個字符串填充字符串為指定長度 * [str\_repeat](https://www.php.net/manual/zh/function.str-repeat.php)— 重復一個字符串 * [str\_replace](https://www.php.net/manual/zh/function.str-replace.php)— 子字符串替換 * [str\_rot13](https://www.php.net/manual/zh/function.str-rot13.php)— 對字符串執行 ROT13 轉換 * [str\_shuffle](https://www.php.net/manual/zh/function.str-shuffle.php)— 隨機打亂一個字符串 * [str\_split](https://www.php.net/manual/zh/function.str-split.php)— 將字符串轉換為數組 * [str\_word\_count](https://www.php.net/manual/zh/function.str-word-count.php)— 返回字符串中單詞的使用情況 * [strcasecmp](https://www.php.net/manual/zh/function.strcasecmp.php)— 二進制安全比較字符串(不區分大小寫) * [strchr](https://www.php.net/manual/zh/function.strchr.php)— 別名 strstr 查找字符串的首次出現 * [strcmp](https://www.php.net/manual/zh/function.strcmp.php)— 二進制安全字符串比較 * [strcoll](https://www.php.net/manual/zh/function.strcoll.php)— 基于區域設置的字符串比較 * [strcspn](https://www.php.net/manual/zh/function.strcspn.php)— 獲取不匹配遮罩的起始子字符串的長度 * [strip\_tags](https://www.php.net/manual/zh/function.strip-tags.php)— 從字符串中去除 HTML 和 PHP 標記 * [stripcslashes](https://www.php.net/manual/zh/function.stripcslashes.php)— 反引用一個使用 addcslashes 轉義的字符串 * [stripos](https://www.php.net/manual/zh/function.stripos.php)— 查找字符串首次出現的位置(不區分大小寫) * [stripslashes](https://www.php.net/manual/zh/function.stripslashes.php)— 反引用一個引用字符串 * [stristr](https://www.php.net/manual/zh/function.stristr.php)— strstr 函數的忽略大小寫版本 查找字符串的首次出現 * [strlen](https://www.php.net/manual/zh/function.strlen.php)— 獲取字符串長度 * [strnatcasecmp](https://www.php.net/manual/zh/function.strnatcasecmp.php)— 使用“自然順序”算法比較字符串(不區分大小寫) * [strnatcmp](https://www.php.net/manual/zh/function.strnatcmp.php)— 使用自然排序算法比較字符串 * [strncasecmp](https://www.php.net/manual/zh/function.strncasecmp.php)— 二進制安全比較字符串開頭的若干個字符(不區分大小寫) * [strncmp](https://www.php.net/manual/zh/function.strncmp.php)— 二進制安全比較字符串開頭的若干個字符 * [strpbrk](https://www.php.net/manual/zh/function.strpbrk.php)— 在字符串中查找一組字符的任何一個字符 * [strpos](https://www.php.net/manual/zh/function.strpos.php)— 查找字符串首次出現的位置 * [strrchr](https://www.php.net/manual/zh/function.strrchr.php)— 查找指定字符在字符串中的最后一次出現 * [strrev](https://www.php.net/manual/zh/function.strrev.php)— 反轉字符串 * [strripos](https://www.php.net/manual/zh/function.strripos.php)— 計算指定字符串在目標字符串中最后一次出現的位置(不區分大小寫) * [strrpos](https://www.php.net/manual/zh/function.strrpos.php)— 計算指定字符串在目標字符串中最后一次出現的位置 * [strspn](https://www.php.net/manual/zh/function.strspn.php)— 計算字符串中全部字符都存在于指定字符集合中的第一段子串的長度。 * [strstr](https://www.php.net/manual/zh/function.strstr.php)— 查找字符串的首次出現 * [strtok](https://www.php.net/manual/zh/function.strtok.php)— 標記分割字符串 * [strtolower](https://www.php.net/manual/zh/function.strtolower.php)— 將字符串轉化為小寫 * [strtoupper](https://www.php.net/manual/zh/function.strtoupper.php)— 將字符串轉化為大寫 * [strtr](https://www.php.net/manual/zh/function.strtr.php)— 轉換指定字符 * [substr\_compare](https://www.php.net/manual/zh/function.substr-compare.php)— 二進制安全比較字符串(從偏移位置比較指定長度) * [substr\_count](https://www.php.net/manual/zh/function.substr-count.php)— 計算字串出現的次數 * [substr\_replace](https://www.php.net/manual/zh/function.substr-replace.php)— 替換字符串的子串 * [substr](https://www.php.net/manual/zh/function.substr.php)— 返回字符串的子串 * [trim](https://www.php.net/manual/zh/function.trim.php)— 去除字符串首尾處的空白字符(或者其他字符) * [ucfirst](https://www.php.net/manual/zh/function.ucfirst.php)— 將字符串的首字母轉換為大寫 * [ucwords](https://www.php.net/manual/zh/function.ucwords.php)— 將字符串中每個單詞的首字母轉換為大寫 * [vfprintf](https://www.php.net/manual/zh/function.vfprintf.php)— 將格式化字符串寫入流 * [vprintf](https://www.php.net/manual/zh/function.vprintf.php)— 輸出格式化字符串 * [vsprintf](https://www.php.net/manual/zh/function.vsprintf.php)— 返回格式化字符串 * [wordwrap](https://www.php.net/manual/zh/function.wordwrap.php)— 打斷字符串為指定數量的字串
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看