itvisionsy/php-string-numbers 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

itvisionsy/php-string-numbers

Composer 安装命令:

composer require itvisionsy/php-string-numbers

包简介

A PHP class to convert from text to numbers and vice versa

README 文档

README

A conversion class from text to numbers and vice versa

Install

Using composer

composer require itvisionsy/php-string-numbers

Direct download

It is only 1 class! Copy and paste it or download it directly! StringNumbers PHP Class

How to use

There are two public static methods

  • ::numbersToWords($string) converts all digits numbers to written numbers.
  • ::wordsToNumbers($string) converts all written numbers to word numbers.

Note

some space characters may get added or removed by the conversion method. Use with care!

Examples

use ItvisionSy\StringNumbers\StringNumbers;

echo StringNumbers::wordsToNumbers('one hundred fifty five');
//155

echo StringNumbers::wordsToNumbers('There are two hundred fifty five thousand two hundred twelve leaves on the tree');
//There are 255212 leaves on the tree

echo StringNumbers::wordsToNumbers('Ten men bought 2 hundred devices in less than a week for more than two million dollars');
//10 men bought 200 devices in less than a week for more than 2000000 dollars

echo StringNumbers::numbersToWords('155');
//one hundred fifty five

echo StringNumbers::numbersToWords('There are 366 days in a leap year and 2016 was a leap year');
//There are three hundred sixty six days in a leap year two thousand sixteen was a leap year

License

PHP String Numbers project is under the MIT License

统计信息

  • 总下载量: 99
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-03-23

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固