Skip to content

DimNS/mb_ucfirst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mb_ucfirst()

Provides missing multi-byte function

Installation

With Composer

composer require dimns/mb_ucfirst

Usage

$str = 'пример текста';

// Пример текста
echo mb_ucfirst($str, 'UTF-8');

About

Provides missing multi-byte function "mb_ucfirst"

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages