摘要: lcfirst () 使一个字符串的第一个字符小写 lcfirst ( string $str ) : string 参数描述 str必需。规定要转换的字符串。 返回值: 返回第一个字母小写的 str 字符串,如果是字母的话。 实例: echo lcfirst('Hello World'); //h 阅读全文
posted @ 2021-01-23 08:47 梦中程序员 阅读(36) 评论(0) 推荐(0)