Hướng dẫn first letter lowercase php
(PHP 5 >= 5.3.0, PHP 7, PHP 8) lcfirst — Make a string's first character lowercase Descriptionlcfirst(string Note that 'alphabetic' is determined by the current locale. For instance, in the default "C" locale characters such as umlaut-a (ä) will not be converted. Parametersstring The input string. Return ValuesReturns the resulting string. ExamplesExample #1 lcfirst() example
See Also
phpnet at katylavallee dot com ¶ 13 years ago
= "CamelCase" Có thể bạn quan tâmalex aulbach ¶ 13 years ago
harmor ¶ 14 years ago
ahlers_wim at hotmail dot com ¶ 13 years ago
|