该函数实现将数字转换为英文月份

使用方法

PHP
5 行
<?php
require_once("./上面类函数的页面名称");
$da = new Num_Chinese();
echo $da -> Month_E(1);
?>