首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
ucwords
ucwords
將字符串中每個單詞的首字母轉換為大寫
名稱:
ucwords
分類:
字符串
所屬語言:
php
一句話介紹:
把字符串中每個單詞的首字符轉換為大寫。
相關內容
使用ucwords 實現標題格式化時的常見問題
5
使用ucwords 時,如何處理空格和標點符號
1
ucwords 在多語言環境中的表現與問題
4
ucwords 和strtolower 結合使用的場景
7
同類函數
explode
explode
使用一個字符串分割另一個字符串為數組
strip_tags
strip_tags
從字符串中刪除HTML和PHP標記
str_repeat
str_repeat
重複一個字符串
stripos
stripos
查找字符串首次出現的位置(不區分大小寫)
number_format
number_format
以千位分隔符方式格式化一個數字
rtrim
rtrim
刪除字符串末端的空白字符(或者其他字符)
hex2bin
hex2bin
轉換十六進製字符串為二進製字符串
crypt
crypt
單向字符串散列
熱門文章
ucwords 在多語言環境中的表現與問題
使用ucwords 時,如何處理空格和標點符號
ucwords 和strtolower 結合使用的場景
使用ucwords 實現標題格式化時的常見問題