PHP ucwords()函数与示例
PHPucwords()方法
ucwords()函数是PHP中的字符串函数,用于转换字符串中所有单词的首字母大写。
语法:
ucwords(string);
它接受字符串,并返回带有大写单词的第一个字符的新字符串。
例子:
Input: "hello world how are you?"
Output: "Hello World How Are You?"
Input: "hello123"
Output: "Hello123"PHP代码:
<?php $str = "hello world how are you?"; echo (ucwords($str) . "\n"); $str = "HELLO world how are you?"; echo (ucwords($str) . "\n"); $str = "hello123 123hello"; echo (ucwords($str) . "\n"); ?>
输出结果
Hello World How Are You? HELLO World How Are You? Hello123 123hello
热门推荐
10 送给外婆祝福语简短的话
11 妈妈毕业祝福语简短英语
12 接到英文简短老师祝福语
13 口红新婚祝福语简短女性
14 生日儿童气球祝福语简短
15 老师祝福语简短谐音梗
16 高考前放松祝福语简短
17 爱情红包祝福语简短英文
18 感谢室友结婚祝福语简短