【函数分享】每日PHP函数分享(2021-1-22)
2021-03-02 23:28
阅读:610
标签:hello 分享 str bsp 转换 函数 class 字符 字符串 ucwords () 函数把字符串中每个单词的首字符转换为大写。 参数描述 str必需。规定要转换的字符串。 返回值: 返回把字符串中每个单词的首字符转换为大写。 实例: 【函数分享】每日PHP函数分享(2021-1-22) 标签:hello 分享 str bsp 转换 函数 class 字符 字符串 原文地址:https://www.cnblogs.com/leruge/p/14311502.html
ucwords ( string $str ) : string
echo ucwords("hello world!");
// Hello World!
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:【函数分享】每日PHP函数分享(2021-1-22)
文章链接:http://soscw.com/index.php/essay/59256.html
文章标题:【函数分享】每日PHP函数分享(2021-1-22)
文章链接:http://soscw.com/index.php/essay/59256.html
评论
亲,登录后才可以留言!