update : 2015.11.03
php.shukuma.com검색:
|
lcfirst(PHP 5 >= 5.3.0) lcfirst — Make a string's first character lowercase 설명
string lcfirst
( string
$str
)
Returns a string with the first character of
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. 인수
반환값Returns the resulting string. 예제
Example #1 lcfirst() example
<?php 참고
|