作用:字符串首字母大写
语法:ucfirst(string)
参数:
说明:把字符串中的首字符转换为大写。直线电机优势
<?php $i = "hello world"; $j = ucfirst($i); echo $j; ?>