ucfirst() 函数
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ucfirst() 函数相关的知识,希望对你有一定的参考价值。
定义和用法
ucfirst() 函数把字符串中的首字符转换为大写
语法
ucfirst(string)
参数解析
参数 | 描述 |
---|---|
string | 必需。规定要转换的字符串。 |
示例
<?php
echo ucfirst("hello world!");
?>
输出
Hello world!
本文出自 “素颜” 博客,请务必保留此出处http://suyanzhu.blog.51cto.com/8050189/1896243
以上是关于ucfirst() 函数的主要内容,如果未能解决你的问题,请参考以下文章