将数字转换为阿拉伯语文字
github.com/HassanHelfi/NumToArabic
源代码
问题
安装: 37
依赖项: 0
建议者: 0
安全性: 0
星级: 0
关注者: 1
分支: 0
开放问题: 1
Requires
Requires (Dev)
Suggests
None
Provides
Conflicts
Replaces
MIT 06829363c1338c3715f9602ffc93693afd8176a2
phpnumberlaravelarabic
This package is auto-updated.
Last update: 2024-09-30 01:52:29 UTC
在PHP中将数字转换为阿拉伯语文字
composer require hassanhelfi/number-to-arabic
重要
使用字符串数据类型来使用数字。
<?php use Hassanhelfi\NumberToArabic\NumToArabic; $arabic_num = NumToArabic::number2Word('1045568'); //ملیون وخمسة وأربعین الف وخمسمائة وثمانية وستین ?>
使用字符串(string)类型来使用数字。