kz_number_to_words:哈萨克语中数字到单词的转换

时间:2024-05-08 09:13:09
【文件属性】:

文件名称:kz_number_to_words:哈萨克语中数字到单词的转换

文件大小:7KB

文件格式:ZIP

更新时间:2024-05-08 09:13:09

PHP

PHP数字转哈萨克语转换器中的单词 该库允许您将数字转换为单词。 安装 通过运行以下命令将包添加到您的composer.json中: $ composer require mr-ereke/kz_number_to_words "^1.1" 用法 需要创建一个KzNumberToWords类的实例,然后调用一个方法来获取单词; 例子1 use KzNumberToWords \ KzNumberToWords ; // Создаем инстанс класса $ kzNumberToWords = new KzNumberToWords (); // (Optional) Можно засетить число передав обязательный параметр целочисленного типа (можно отрицательный) $ kzNumbe


【文件预览】:
kz_number_to_words-main
----composer.json(757B)
----.travis.yml(731B)
----xdebug.ini(20B)
----tests()
--------KzNumberToWordsTest.php(1KB)
----LICENSE(1KB)
----src()
--------KzNumberToWords.php(5KB)
--------Arr.php(1KB)
----.gitignore(42B)
----Makefile(383B)
----phpunit.xml.dist(2KB)
----README.md(2KB)

网友评论