update : 2015.11.03
php.shukuma.com검색:
|
ucfirst(PHP 4, PHP 5) ucfirst — Make a string's first character uppercase 설명
string ucfirst
( 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 ucfirst() example
<?php 참고
|