|
|
|
อยากได้โค้ด แปลงตัวเลข เป็นตัวหนังสือ อยากได้โค้ด แปลงตัวเลข เป็นตัวหนังสือ จะเอาไปใช้ในการทำใบเสร็จอะคับ |
|
|
|
|
|
|
|
Function str_money($num)
{
$th = "";
$b=0;
$len = strlen($num);
$th_dg = array("","หนึ่ง","สอง","สาม","สี่","ห้า","หก","เจ็ด","แปด","เก้า");
$lak = array("","","สิบ","ร้อย","พัน","หมื่น","แสน","ล้าน");
for($a=$len ;$a>=1; $a--)
{
if ($a == 2){
if (substr($num,$len-$a,1)==2){
$th .= "ยี่";
}else{
$th .= $th_dg[substr($num,$b,1)];
}
}else{
$th .= $th_dg[substr($num,$b,1)];
}
$th .= $lak[$a];
$b++;
}
echo $th;
}
|
|
|
|
|
Date :
20 ก.พ. 2550 14:53:43 |
By :
ae |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://www.upload-thai.com/download.php?id=26d782d4477d2809e846b956fa3237db ----> ลองโหลดดูน่ะครับ
|
|
|
|
|
Date :
2012-01-09 13:40:13 |
By :
kissboss |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|