PHP String 参考手册
把每个单词的首字符转换为大写:
<?php echo ucwords("hello world"); ?>
ucwords() 函数把字符串中每个单词的首字符转换为大写。
注释:该函数是二进制安全的。
相关函数:
ucwords(string)