Function utf8_ucfirst
UTF-8 aware alternative to ucfirst Make a string's first character uppercase Note: requires utf8_strtoupper
Package: utf8
See: http://www.php.net/ucfirst
See:
Located at vendor/joomla/string/src/phputf8/ucfirst.php
See: http://www.php.net/ucfirst
See:
utf8_strtoupper()
Located at vendor/joomla/string/src/phputf8/ucfirst.php
Parameters summary
string |
$str |
Return value summary
string
|
with first character as upper case (if applicable) |