[code]
function han_number($num){
}
//$num = trim($num);
$str = "";
$len = strlen($num);
$number = array();
$number[0] = false;
$number[1] = "일";
$number[2] = "이";
$number[3] = "삼";
$number[4] = "사";
$number[5] = "오";
$number[6] = "육";
$number[7] = "칠";
$number[8] = "팔";
$number[9] = "구";
$sub_mi = array();
$sub_mi[0] = "천";
$sub_mi[2] = "십";
$sub_mi[3] = "백";
$sub_last = array();
$sub_last[1] = "원";
$sub_last[5] = "만";
$sub_last[9] = "억";
$sub_last[13] = "조";
$sub_last[17] = "경";
$sub_last[21] = "해";
$sub_last[25] = "자";
$sub_last[29] = "양";
$sub_last[33] = "구";
$sub_last[37] = "간";
$sub_last[41] = "정";
$sub_last[45] = "재";
$sub_last[49] = "극";
$sub_last[53] = "항하사";
$sub_last[57] = "아승기";
$sub_last[61] = "나유타";
$sub_last[65] = "블가사의";
$sub_last[69] = "무량대수";
for($i=0; $i<$len; $i++){
$tmp[$i] = substr($num, $i, 1);
}
for($i=0; $i<$len; $i++){
$j = $tmp[$i];
$now = $len - $i;
$rest = $now%4;
if($number[$j]){
if($j == 1){
if($i == $len-1) $str .= $number[$j];
}else{
$str .= $number[$j];
}
if($sub_mi[$rest]) $str .= $sub_mi[$rest];
}
if($sub_last[$now]){
if($j == 1 and $i != $len-1){
$str .= $number[$j];
}
$str .= $sub_last[$now];
}
}
return $str;
}
[/code]
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7630 | 10년 전 | 648 | ||
| 7629 |
|
10년 전 | 2379 | |
| 7628 | 10년 전 | 786 | ||
| 7627 |
|
10년 전 | 1017 | |
| 7626 |
|
10년 전 | 1785 | |
| 7625 | 10년 전 | 691 | ||
| 7624 | 10년 전 | 708 | ||
| 7623 |
|
10년 전 | 3074 | |
| 7622 | 10년 전 | 719 | ||
| 7621 |
leeleeleelee
|
10년 전 | 581 | |
| 7620 | 10년 전 | 537 | ||
| 7619 | 10년 전 | 479 | ||
| 7618 | 10년 전 | 1013 | ||
| 7617 | 10년 전 | 721 | ||
| 7616 | 10년 전 | 632 | ||
| 7615 | 10년 전 | 725 | ||
| 7614 | 10년 전 | 1253 | ||
| 7613 |
|
10년 전 | 2081 | |
| 7612 | 10년 전 | 1136 | ||
| 7611 | 10년 전 | 1405 | ||
| 7610 |
|
10년 전 | 1898 | |
| 7609 |
|
10년 전 | 1328 | |
| 7608 |
mwdkim
|
10년 전 | 1126 | |
| 7607 |
|
10년 전 | 1050 | |
| 7606 |
mwdkim
|
10년 전 | 3923 | |
| 7605 | 10년 전 | 685 | ||
| 7604 | 10년 전 | 1023 | ||
| 7603 | 10년 전 | 1645 | ||
| 7602 |
|
10년 전 | 1067 | |
| 7601 |
AniNest
|
10년 전 | 2783 | |
| 7600 |
port443
|
10년 전 | 1021 | |
| 7599 | 10년 전 | 942 | ||
| 7598 | 10년 전 | 1012 | ||
| 7597 | 10년 전 | 4566 | ||
| 7596 |
SeungYeon
|
10년 전 | 886 | |
| 7595 |
untitled
|
10년 전 | 2414 | |
| 7594 |
프로그래머7
|
10년 전 | 1718 | |
| 7593 |
untitled
|
10년 전 | 2357 | |
| 7592 |
untitled
|
10년 전 | 1931 | |
| 7591 |
untitled
|
10년 전 | 2673 | |
| 7590 |
아리마2001
|
10년 전 | 850 | |
| 7589 | 10년 전 | 1106 | ||
| 7588 |
|
10년 전 | 2913 | |
| 7587 | 10년 전 | 1301 | ||
| 7586 | 10년 전 | 666 | ||
| 7585 | 10년 전 | 1688 | ||
| 7584 | 10년 전 | 1407 | ||
| 7583 |
leeleeleelee
|
10년 전 | 1157 | |
| 7582 |
|
10년 전 | 1103 | |
| 7581 | 10년 전 | 1321 | ||
| 7580 | 10년 전 | 983 | ||
| 7579 |
|
10년 전 | 603 | |
| 7578 | 10년 전 | 1426 | ||
| 7577 |
|
10년 전 | 1870 | |
| 7576 | 10년 전 | 1382 | ||
| 7575 |
멋진남자임
|
10년 전 | 1459 | |
| 7574 | 10년 전 | 2114 | ||
| 7573 | 10년 전 | 3247 | ||
| 7572 | 10년 전 | 757 | ||
| 7571 |
|
10년 전 | 778 | |
| 7570 |
|
10년 전 | 1308 | |
| 7569 | 10년 전 | 1545 | ||
| 7568 |
this1mg
|
10년 전 | 1046 | |
| 7567 |
|
10년 전 | 755 | |
| 7566 | 10년 전 | 914 | ||
| 7565 |
Angel하늘
|
10년 전 | 987 | |
| 7564 |
seoldi
|
10년 전 | 1229 | |
| 7563 |
|
10년 전 | 1369 | |
| 7562 |
멋진남자임
|
10년 전 | 2077 | |
| 7561 | 10년 전 | 710 | ||
| 7560 |
leeleeleelee
|
10년 전 | 896 | |
| 7559 | 10년 전 | 5035 | ||
| 7558 |
RinaP
|
10년 전 | 775 | |
| 7557 |
|
10년 전 | 1235 | |
| 7556 | 10년 전 | 1190 | ||
| 7555 |
hyohyojj1234
|
10년 전 | 1655 | |
| 7554 | 10년 전 | 1089 | ||
| 7553 |
senseme
|
10년 전 | 1334 | |
| 7552 |
ehdltdoit
|
10년 전 | 1432 | |
| 7551 |
|
10년 전 | 1815 | |
| 7550 |
leeleeleelee
|
10년 전 | 1585 | |
| 7549 | 10년 전 | 2416 | ||
| 7548 | 10년 전 | 1835 | ||
| 7547 |
멋진남자임
|
10년 전 | 1956 | |
| 7546 | 10년 전 | 998 | ||
| 7545 |
ILMare1003
|
10년 전 | 1279 | |
| 7544 |
|
10년 전 | 1247 | |
| 7543 | 10년 전 | 881 | ||
| 7542 | 10년 전 | 653 | ||
| 7541 |
울라라라우
|
10년 전 | 860 | |
| 7540 | 10년 전 | 1596 | ||
| 7539 | 10년 전 | 926 | ||
| 7538 |
|
10년 전 | 1828 | |
| 7537 | 10년 전 | 3607 | ||
| 7536 |
Gaumi
|
10년 전 | 1407 | |
| 7535 |
프로그램은어려워
|
10년 전 | 1262 | |
| 7534 |
senseme
|
10년 전 | 1202 | |
| 7533 | 10년 전 | 1190 | ||
| 7532 | 10년 전 | 854 | ||
| 7531 | 10년 전 | 2044 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기