字符串全转为大写。
语法: string strtoupper(string str);
返回值: 字符串
函数种类: 资料处理
本函数将字符串 str 全部变大写字符串。
strtolower() ucfirst()