lcfirst()
lcfirst - Make a string's first character lowercase
Syntax
string lcfirst (
string $str)
Arguments
Description
Returns a string with the first character of str, lowercased if that character is alphabetic.
Version
PHP 5.3.0
Return value
Returns the resulting string.