Easy Tutorial
❮ Php Arrays Multi Func Mysqli Error List ❯

PHP lcfirst() Function

PHP String Reference Manual

Example

Convert the first character of "Hello" to lowercase.:


Definition and Usage

The lcfirst() function converts the first character of a string to lowercase.

Related functions:


Syntax

Parameter Description
string Required. Specifies the string to convert.

Technical Details

Return Value: Returns the converted string.
PHP Version: 5.3.0+
--- ---
❮ Php Arrays Multi Func Mysqli Error List ❯