Published on : August 12, 2020
Title:php.lcfirst
Purpose: Convert the first character of “Hello” to lowercase.
Syntax:[php.lcfirst p1=”Hello world!” o.set=template.lcStr /]
Input Parameter
:p1: String
Return Value: Returns the converted string
Example[php.lcfirst p1=”Hello world!” o.set=template.lcStr /]