1、字符串长度计算函数,strlen("aaaaa"),结果为5
3、php小写转大写计算函数,strtoupper("aaaaa"),结果为AAAAA
5、php首字母转大写函数,ucfirst("aaaaa"),结果为Aaaaa