mb_lcfirst
mb_lcfirst
Make a string's first character lowercase
string **mb_lcfirst** string $string $encoding
Performs a multi-byte safe operation,
and returns a string with the first character of
lowercased.
lcfirst``string
stringThe input string.
encodingReturns the resulting string.
mb_ucfirst``lcfirst