摘要: /** * 数字转人民币大写(整数部分) * * @author LIXG * @param integer $number * @date 2017年2月28日下午3:02:33 */ public function numToRMB($number = 123456789){ static $c 阅读全文
posted @ 2017-03-01 16:51 LIXG1989 阅读(186) 评论(0) 推荐(0)