PHP 函数:strtoupper()

字符串全转为大写。

语法: string strtoupper(string str);

返回值: 字符串

函数种类: 资料处理

内容说明
本函数将字符串 str 全部变大写字符串。