m1y474/unit-numeral-ch

convert to chinese unit numeral

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/m1y474/unit-numeral-ch

v0.1.0 2021-11-07 11:02 UTC

This package is auto-updated.

Last update: 2025-10-07 22:51:57 UTC


README

Install

composer require m1y474/unit-numeral-ch

Usage

use UnitNumeralCh\UnitNumeralCh;

assert('私の戦闘力は53万です' === '私の戦闘力は'.UnitNumeralCh::convert(530000).'です'); // true