PHP lcfirst()函数定义与用法 PHPlcfirst()函数实例把"Hello"的首字符转换为小写。:<?phpecholcfirst("Helloworld!");?>定义 lcfirst()函数