dimns/mb_ucfirst

Provides missing multi-byte function mb_ucfirst

v1.0.0 2019-05-31 14:14 UTC

This package is auto-updated.

Last update: 2024-04-27 21:09:05 UTC


README

Provides missing multi-byte function

Installation

With Composer

composer require dimns/mb_ucfirst

Usage

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

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