lcfirst

Definition

string lcfirst ( string $str )

Description

Returns a string with the first character of str , lowercased if that character is alphabetic.

[More at php.net]

Parameters


loading


Share/bookmark - lcfirst


Global comments