starbug/price-formatter

价格格式化接口及其基本实现。

v0.9.1 2023-05-15 18:35 UTC

This package is auto-updated.

Last update: 2024-09-15 21:36:44 UTC


README

价格格式化工具。

基本用法

<?php
use Starbug\Price\Formatter;

$formatter = new Formatter();

echo $formatter->format(100000);
// Outputs: $1,000.00