ucwords() 函数将字符串中每个单词的第一个字符转换为大写。
笔记:该函数是二进制安全的。
相关功能:
ucwords(
string,
delimiters)
Parameter | Description |
---|---|
string | Required. Specifies the string to convert |
delimiters | Optional. Specifies the word separator character |
返回值: | 返回转换后的字符串 |
---|---|
PHP 版本: | 4+ |
变更日志: | PHP 5.4 - 添加了分隔符范围 |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!