首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
strtoupper
strtoupper
將字符串轉化為大寫
名稱:
strtoupper
分類:
字符串
所屬語言:
php
一句話介紹:
把字符串轉換為大寫字母。
相關內容
在大規模XML 解析中優化xml_set_end_namespace_decl_handler 的性能
3
避免使用PHP 框架帶來的性能問題
5
刨析開發腦圖功能中的PHP和Vue技術難點
6
mb_get_info 函數與mb_internal_encoding 函數結合使用示例
3
同類函數
metaphone
metaphone
計算字符串的metaphone鍵
quotemeta
quotemeta
轉義元字符集
chunk_split
chunk_split
將字符串拆分為較小的塊
strcasecmp
strcasecmp
二進制安全不區分大小寫的字符串比較
chop
chop
rtrim的別名
soundex
soundex
計算字符串的soundex鍵
ucfirst
ucfirst
將字符串的第一個字符設為大寫
str_replace
str_replace
子字符串替換
熱門文章