Function utf8_ucwords
UTF-8 aware alternative to ucwords Uppercase the first character of each word in a string Note: requires utf8_substr_replace and utf8_strtoupper
Package: utf8
See: http://www.php.net/ucwords
Located at vendor/joomla/string/src/phputf8/ucwords.php
See: http://www.php.net/ucwords
Located at vendor/joomla/string/src/phputf8/ucwords.php
Parameters summary
string |
$str |
Return value summary
string
|
with first char of each word uppercase |