DimNS / mb_ucfirst

Provides missing multi-byte function "mb_ucfirst"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

License:MIT License


Languages

Language:PHP 100.0%