Use lcfirst() to Make the First Letter of a String Lowercase

Use lcfirst() to Make the First Letter of a String Lowercase

The lcfirst() function makes the first letter of a string lowercase. This can be useful for formatting strings in certain cases.

← Back to Tips List