dimns/mb_ucfirst

提供缺少的多字节函数 mb_ucfirst

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

This package is auto-updated.

Last update: 2024-08-27 21:53:29 UTC


README

提供缺少的多字节函数

安装

使用 Composer

composer require dimns/mb_ucfirst

用法

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

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