Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 247 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 247 Bytes

mb_ucfirst()

Provides missing multi-byte function

Installation

With Composer

composer require dimns/mb_ucfirst

Usage

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

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