PHP 函数:strtolower()

字符串全转为小写。

语法: string strtolower(string str);

返回值: 字符串

函数种类: 资料处理

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