martinlindhe/php-mb-helpers

提供 mb_ucwords(), mb_ucfirst(), mb_strrev(), mb_str_pad(), mb_count_chars(), mb_str_split() 等函数。

0.1.7 2021-03-17 22:34 UTC

This package is auto-updated.

Last update: 2024-09-18 06:25:54 UTC


README

Build Status Code Coverage

提供一些缺失的多字节函数。

安装

使用 Composer

composer require martinlindhe/php-mb-helpers

或手动添加到 composer.json

{
    "require": {
        "martinlindhe/php-mb-helpers": "~0.1"
    }
}

用法

mb_ucwords(), mb_ucfirst(), mb_strrev(), mb_str_pad(), mb_count_chars(), mb_str_split() 的用法与它们的功能相对应。