首頁
PHP
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
mb_convert_case
mb_convert_case
對字符串進行大小寫轉換
名稱:
mb_convert_case
分類:
多字節字符串
所屬語言:
php
一句話介紹:
對字符串進行大小寫轉換
相關內容
如何記錄curl_upkeep() 的調用日誌和狀態
8
利用array_diff_assoc() 做前後配置回滾判斷
4
在CMS 中集成crypt() 作為加密方案
4
使用md5_file() + 鹽值增強校驗強度是否可行?
10
同類函數
mb_convert_case
mb_convert_case
對字符串進行大小寫轉換
mb_strcut
mb_strcut
獲取字符串的一部分
mb_ereg_replace_callback
mb_ereg_replace_callback
使用回調執行正則表達式搜索,並使用多字節
mb_ord
mb_ord
獲取字符的碼點
mb_regex_encoding
mb_regex_encoding
為多字節正則表達式設置/獲取字符編碼
mb_ereg
mb_ereg
多字節支持正則表達式匹配
mb_strripos
mb_strripos
大小寫不敏感地在字符串中查找一個字符串最
mb_substr_count
mb_substr_count
計算子字符串出現次數
熱門文章