간단한거지만 찾을려면 힘들것 같아서 10원짜리 팁으로 올립니다.
금일 쓸일이 있어서 찾다가 남깁니다.
[출처] phpschool
<?php
function _deg2rad($deg)
{
$radians = 0.0;
$radians = $deg * M_PI/180.0;
return($radians);
}
function geoDistance($lat1, $lon1, $lat2, $lon2, $unit="k")
{
$theta = $lon1 - $lon2;
$dist = sin(_deg2rad($lat1)) * sin(_deg2rad($lat2)) + cos(_deg2rad($lat1)) * cos(_deg2rad($lat2)) * cos(_deg2rad($theta));
$dist = acos($dist);
$dist = rad2deg($dist);
$miles = $dist * 60 * 1.1515;
$unit = strtolower($unit);
if ($unit == "k") {
return ($miles * 1.609344);
} else {
return $miles;
}
}
// 양재
$a1 = 37.47163412599279;
$a2 = 127.02677155082887;
// 우만동
$b1 = 37.284357977075565;
$b2 = 127.03281619405365;
// 수서
$c1 = 37.4889123433992;
$c2 = 127.10502769792124;
echo geoDistance($a1,$a2,$c1,$c2);
?>
function _deg2rad($deg)
{
$radians = 0.0;
$radians = $deg * M_PI/180.0;
return($radians);
}
function geoDistance($lat1, $lon1, $lat2, $lon2, $unit="k")
{
$theta = $lon1 - $lon2;
$dist = sin(_deg2rad($lat1)) * sin(_deg2rad($lat2)) + cos(_deg2rad($lat1)) * cos(_deg2rad($lat2)) * cos(_deg2rad($theta));
$dist = acos($dist);
$dist = rad2deg($dist);
$miles = $dist * 60 * 1.1515;
$unit = strtolower($unit);
if ($unit == "k") {
return ($miles * 1.609344);
} else {
return $miles;
}
}
// 양재
$a1 = 37.47163412599279;
$a2 = 127.02677155082887;
// 우만동
$b1 = 37.284357977075565;
$b2 = 127.03281619405365;
// 수서
$c1 = 37.4889123433992;
$c2 = 127.10502769792124;
echo geoDistance($a1,$a2,$c1,$c2);
?>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 6830 |
112211dd
|
11년 전 | 787 | |
| 6829 |
진짜다진짜가나타남
|
11년 전 | 1186 | |
| 6828 | 11년 전 | 817 | ||
| 6827 |
봉보로봉봉
|
11년 전 | 899 | |
| 6826 |
jinion
|
11년 전 | 816 | |
| 6825 | 11년 전 | 797 | ||
| 6824 |
yunkiri486
|
11년 전 | 713 | |
| 6823 |
2donggalbi
|
11년 전 | 849 | |
| 6822 | 11년 전 | 844 | ||
| 6821 | 11년 전 | 795 | ||
| 6820 | 11년 전 | 3100 | ||
| 6819 | 11년 전 | 1248 | ||
| 6818 | 11년 전 | 514 | ||
| 6817 |
|
11년 전 | 601 | |
| 6816 | 11년 전 | 2070 | ||
| 6815 | 11년 전 | 1209 | ||
| 6814 | 11년 전 | 852 | ||
| 6813 | 11년 전 | 598 | ||
| 6812 |
|
11년 전 | 980 | |
| 6811 | 11년 전 | 575 | ||
| 6810 | 11년 전 | 1535 | ||
| 6809 |
낚시가좋아
|
11년 전 | 1046 | |
| 6808 | 11년 전 | 437 | ||
| 6807 | 11년 전 | 758 | ||
| 6806 |
Unhappy
|
11년 전 | 1766 | |
| 6805 | 11년 전 | 1589 | ||
| 6804 | 11년 전 | 1115 | ||
| 6803 | 11년 전 | 550 | ||
| 6802 |
asdfg
|
11년 전 | 1130 | |
| 6801 |
아트귀농인
|
11년 전 | 498 | |
| 6800 | 11년 전 | 2551 | ||
| 6799 | 11년 전 | 1352 | ||
| 6798 | 11년 전 | 1466 | ||
| 6797 | 11년 전 | 624 | ||
| 6796 |
purple63
|
11년 전 | 425 | |
| 6795 | 11년 전 | 2630 | ||
| 6794 |
커네드커네드
|
11년 전 | 955 | |
| 6793 | 11년 전 | 400 | ||
| 6792 | 11년 전 | 2487 | ||
| 6791 | 11년 전 | 506 | ||
| 6790 | 11년 전 | 2250 | ||
| 6789 |
리아빌리티
|
11년 전 | 3090 | |
| 6788 | 11년 전 | 1341 | ||
| 6787 | 11년 전 | 670 | ||
| 6786 | 11년 전 | 387 | ||
| 6785 | 11년 전 | 714 | ||
| 6784 |
|
11년 전 | 837 | |
| 6783 | 11년 전 | 577 | ||
| 6782 | 11년 전 | 3651 | ||
| 6781 |
리아빌리티
|
11년 전 | 476 | |
| 6780 | 11년 전 | 518 | ||
| 6779 | 11년 전 | 475 | ||
| 6778 | 11년 전 | 4675 | ||
| 6777 |
바보온달123
|
11년 전 | 610 | |
| 6776 | 11년 전 | 921 | ||
| 6775 | 11년 전 | 722 | ||
| 6774 |
DANet
|
11년 전 | 634 | |
| 6773 | 11년 전 | 1557 | ||
| 6772 | 11년 전 | 1349 | ||
| 6771 | 11년 전 | 610 | ||
| 6770 | 11년 전 | 1155 | ||
| 6769 | 11년 전 | 943 | ||
| 6768 | 11년 전 | 681 | ||
| 6767 | 11년 전 | 575 | ||
| 6766 | 11년 전 | 1258 | ||
| 6765 |
크림나이트
|
11년 전 | 989 | |
| 6764 | 11년 전 | 1531 | ||
| 6763 | 11년 전 | 2591 | ||
| 6762 | 11년 전 | 524 | ||
| 6761 |
|
11년 전 | 777 | |
| 6760 |
|
11년 전 | 706 | |
| 6759 | 11년 전 | 3338 | ||
| 6758 | 11년 전 | 1005 | ||
| 6757 | 11년 전 | 1265 | ||
| 6756 | 11년 전 | 887 | ||
| 6755 |
|
11년 전 | 567 | |
| 6754 |
|
11년 전 | 708 | |
| 6753 |
|
11년 전 | 1373 | |
| 6752 | 11년 전 | 597 | ||
| 6751 |
|
11년 전 | 646 | |
| 6750 |
|
11년 전 | 2012 | |
| 6749 | 11년 전 | 1206 | ||
| 6748 |
|
11년 전 | 1111 | |
| 6747 | 11년 전 | 1155 | ||
| 6746 | 11년 전 | 827 | ||
| 6745 |
|
11년 전 | 903 | |
| 6744 | 11년 전 | 845 | ||
| 6743 | 11년 전 | 1272 | ||
| 6742 | 11년 전 | 526 | ||
| 6741 |
Abilityarch
|
11년 전 | 599 | |
| 6740 | 11년 전 | 638 | ||
| 6739 |
leewin20
|
11년 전 | 1228 | |
| 6738 | 11년 전 | 500 | ||
| 6737 | 11년 전 | 1210 | ||
| 6736 | 11년 전 | 1248 | ||
| 6735 | 11년 전 | 545 | ||
| 6734 | 11년 전 | 1278 | ||
| 6733 |
RipperTNT
|
11년 전 | 1835 | |
| 6732 |
|
11년 전 | 1335 | |
| 6731 |
|
11년 전 | 1384 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기