发布于 2016-11-18 14:45:29 | 288 次阅读 | 评论: 0 | 来源: 网络整理
把 "hello" 的首字符转换为大写:
<?php echo ucfirst("hello world!"); ?>
ucfirst() 函数把字符串中的首字符转换为大写。
相关函数:
ucfirst(string)