php lcfirst() function


  Translation results:

UK[fɜ:st] US[fɜ:rst]

n. First, first; first class; number one,; [music] treble part

adv. first time; earliest ,眜chu$3Brather; priority

adj.first-class;initial,earliest;basic,summary;treble

num.first

php lcfirst() functionsyntax

Function: Make the first character of a string lowercase

Syntax: lcfirst (string)

Parameters:

ParameterDescription
stringRequired, specify to be converted String.

Description: Returns the string with the first letter in lowercase, if it is a letter.

php lcfirst() functionexample

Home

Videos

Q&A