In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article will explain in detail how to convert uppercase numbers to Arabic numerals in php. The editor thinks it is very practical, so I share it with you as a reference. I hope you can get something after reading this article.
The method of transferring uppercase numbers to Arabic numerals in php: [function chinese2number ($chNum) {$numArr = array ('zero' = > '0primel' 1'= >'1'2'> 2'2'3'= >...].
This article operating environment: windows10 system, php 7, thinkpad T480 computer.
Due to the need for work, we may need to convert uppercase numbers into corresponding Arabic numerals, maybe many partners have not studied this problem, so we do not know how to write it for a while. Let's take a look at how to convert uppercase numbers into corresponding Arabic numerals.
Code implementation:
Function chinese2number ($chNum) {$numArr = array ('zero' = > '013','1'= >'1','2'= >'2','3'= >'3','4'= >'4','5'= >'5','6'= >'6','7'= >'7','8'= >'8' 'Nine' = >'9',) $numUnit = array ('10'= >'10 million, '100' = > '100 million,' thousand'= > '1000 million,' ten thousand'= >'10 million, '100 million,); $number = 0; for ($I = 0
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.