Skip to content

Commit

Permalink
Update function.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzai authored Mar 16, 2017
1 parent 9b834bb commit 544144c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions function.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* [利用PHP 把某个数值随机分配成几份](#numincise)

<h4 id="zhuangdaxie">数字转为中文大写</h4>

```
public function get_amount($num){
$c1 = "零壹贰叁肆伍陆柒捌玖";
Expand Down Expand Up @@ -66,10 +67,9 @@ public function get_amount($num){
return $c;
}
}
   
```


<h4 id="execl">导出execl表格</h4>

```
Expand Down

0 comments on commit 544144c

Please sign in to comment.