mvccore / ext-view-helper-formatmoney

MvcCore - 扩展 - 视图 - 辅助工具 - FormatMoney - 使用 `Intl` 扩展或本地格式化约定或显式或默认参数来格式化货币。

v5.2.0 2024-05-23 07:08 UTC

This package is auto-updated.

Last update: 2024-09-23 08:33:54 UTC


README

Latest Stable Version License PHP Version

使用 Intl 扩展或本地格式化约定或显式或默认参数来格式化货币。

安装

composer require mvccore/ext-view-helper-formatmoney

示例

<b><?php echo $this->FormatMoney(123456.789); ?></b>
<b>$ 123,456.789</b>