コード例 #1
0
ファイル: LanguageUtf8.php プロジェクト: k-hasan-19/wiki
 function ucfirst($str)
 {
     return LanguageUtf8::uc($str, true);
 }