PHP implementation of the high-efficiency renminbi capitalization program example development

Source: Internet
Author: User
In our daily development work, many times we will encounter the conversion of RMB amount, the conversion of RMB in many places is essential, like in the major websites to pay, bank remittance and so on, all need the renminbi capital instead of Arabic numerals, so we have to convert the numbers into Chinese uppercase Chinese characters, Today we will show you how to achieve ~

The first step is to download the high-efficiency renminbi amount that we need to use in this lesson. PHP Class Library: http://www.php.cn/xiazai/leiku/795

The second step, after the download to find the PHP class files we need to compress to the local directory, create a new PHP file ~

In the third step, after creation, we call the class in the new file, and instantiate this class:

<?phpinclude_once "codermb.php"; Introduce class file $obj = new Ext_num2cny;     Instantiate this type of  $number = "123456789";      Defines the number//Output conversion content echo $obj->parsenumber ($number). " <br> "Echo $obj->int ($number)." <br> "Echo $obj->dec ($number)." <br> ";? >

The results of running this file are as follows:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.