Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
lcfirst
lcfirst
Set the first character of the string to lowercase
Name:
lcfirst
Category:
String
Programming Language:
php
One-line Description:
Converts the first character of the string to lowercase.
Related
How to avoid conflict between lcfirst and multi-letter abbreviations
2
Similar Functions
ucfirst
ucfirst
Setthefirstcharacter
htmlspecialchars_decode
htmlspecialchars_decode
ConvertspecialHTMLen
crypt
crypt
One-waystringhash
sscanf
sscanf
Parsesenteredcharact
convert_cyr_string
convert_cyr_string
Convertacharacterfro
vfprintf
vfprintf
Writeformattedstring
soundex
soundex
Calculatethesoundexk
chr
chr
Generatesingle-bytes
Popular Articles
How to avoid conflict between lcfirst and multi-letter abbreviations