mb_lcfirst

Make a string's first character lowercase

Description

string mb_lcfirst(string $string, string $encoding = null)

Performs a multi-byte safe lcfirst operation, and returns a string with the first character of string lowercased.

Parameters

string
The input string.
encoding
The string encoding.

Return Values

Returns the resulting string.

See Also

  • mb_ucfirst
  • lcfirst