간단한거지만 찾을려면 힘들것 같아서 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);
?>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7030 | 11년 전 | 1406 | ||
| 7029 |
|
11년 전 | 3244 | |
| 7028 |
|
11년 전 | 1141 | |
| 7027 | 11년 전 | 1008 | ||
| 7026 | 11년 전 | 2084 | ||
| 7025 |
어려워요잉
|
11년 전 | 2741 | |
| 7024 | 11년 전 | 2103 | ||
| 7023 | 11년 전 | 3131 | ||
| 7022 |
Shhhh
|
11년 전 | 1526 | |
| 7021 |
|
11년 전 | 3271 | |
| 7020 | 11년 전 | 788 | ||
| 7019 |
막돼먹은영애
|
11년 전 | 1083 | |
| 7018 | 11년 전 | 1957 | ||
| 7017 | 11년 전 | 2321 | ||
| 7016 | 11년 전 | 1025 | ||
| 7015 | 11년 전 | 2825 | ||
| 7014 | 11년 전 | 3030 | ||
| 7013 | 11년 전 | 1518 | ||
| 7012 |
|
11년 전 | 2196 | |
| 7011 | 11년 전 | 1049 | ||
| 7010 | 11년 전 | 1402 | ||
| 7009 |
|
11년 전 | 1072 | |
| 7008 | 11년 전 | 2266 | ||
| 7007 | 11년 전 | 2184 | ||
| 7006 |
|
11년 전 | 1175 | |
| 7005 | 11년 전 | 5309 | ||
| 7004 | 11년 전 | 2357 | ||
| 7003 | 11년 전 | 3070 | ||
| 7002 | 11년 전 | 1918 | ||
| 7001 | 11년 전 | 956 | ||
| 7000 | 11년 전 | 2044 | ||
| 6999 |
|
11년 전 | 2162 | |
| 6998 | 11년 전 | 1876 | ||
| 6997 |
네이비칼라
|
11년 전 | 1491 | |
| 6996 | 11년 전 | 953 | ||
| 6995 |
|
11년 전 | 1853 | |
| 6994 | 11년 전 | 2574 | ||
| 6993 |
kimsdesign
|
11년 전 | 1298 | |
| 6992 |
|
11년 전 | 2773 | |
| 6991 | 11년 전 | 1719 | ||
| 6990 | 11년 전 | 4473 | ||
| 6989 | 11년 전 | 1851 | ||
| 6988 |
네이비컬러
|
11년 전 | 2510 | |
| 6987 | 11년 전 | 3724 | ||
| 6986 |
잘살아보자
|
11년 전 | 1592 | |
| 6985 |
잘살아보자
|
11년 전 | 2467 | |
| 6984 | 11년 전 | 822 | ||
| 6983 |
천재조상훈
|
11년 전 | 1860 | |
| 6982 |
천재조상훈
|
11년 전 | 4496 | |
| 6981 |
천재조상훈
|
11년 전 | 1627 | |
| 6980 |
|
11년 전 | 1878 | |
| 6979 |
|
11년 전 | 756 | |
| 6978 |
잘살아보자
|
11년 전 | 1143 | |
| 6977 |
잘살아보자
|
11년 전 | 1467 | |
| 6976 |
잘살아보자
|
11년 전 | 1575 | |
| 6975 |
천재조상훈
|
11년 전 | 1478 | |
| 6974 |
잘살아보자
|
11년 전 | 2231 | |
| 6973 |
잘살아보자
|
11년 전 | 1154 | |
| 6972 |
잘살아보자
|
11년 전 | 3068 | |
| 6971 |
잘살아보자
|
11년 전 | 3273 | |
| 6970 |
잘살아보자
|
11년 전 | 1842 | |
| 6969 |
잘살아보자
|
11년 전 | 4766 | |
| 6968 | 11년 전 | 9899 | ||
| 6967 |
|
11년 전 | 2638 | |
| 6966 |
|
11년 전 | 1112 | |
| 6965 | 11년 전 | 3257 | ||
| 6964 | 11년 전 | 2583 | ||
| 6963 | 11년 전 | 2100 | ||
| 6962 |
star3840
|
11년 전 | 1015 | |
| 6961 | 11년 전 | 4243 | ||
| 6960 |
|
11년 전 | 722 | |
| 6959 | 11년 전 | 1240 | ||
| 6958 |
|
11년 전 | 1672 | |
| 6957 | 11년 전 | 1892 | ||
| 6956 |
잘살아보자
|
11년 전 | 1851 | |
| 6955 | 11년 전 | 4626 | ||
| 6954 | 11년 전 | 1628 | ||
| 6953 |
잘살아보자
|
11년 전 | 863 | |
| 6952 |
잘살아보자
|
11년 전 | 2045 | |
| 6951 | 11년 전 | 1612 | ||
| 6950 | 11년 전 | 2613 | ||
| 6949 |
잘살아보자
|
11년 전 | 884 | |
| 6948 | 11년 전 | 1554 | ||
| 6947 | 11년 전 | 1465 | ||
| 6946 | 11년 전 | 1608 | ||
| 6945 | 11년 전 | 1229 | ||
| 6944 | 11년 전 | 1187 | ||
| 6943 | 11년 전 | 1231 | ||
| 6942 | 11년 전 | 1578 | ||
| 6941 | 11년 전 | 1656 | ||
| 6940 | 11년 전 | 1755 | ||
| 6939 | 11년 전 | 1666 | ||
| 6938 | 11년 전 | 1943 | ||
| 6937 | 11년 전 | 1150 | ||
| 6936 | 11년 전 | 1348 | ||
| 6935 | 11년 전 | 1298 | ||
| 6934 | 11년 전 | 1466 | ||
| 6933 | 11년 전 | 1974 | ||
| 6932 | 11년 전 | 1531 | ||
| 6931 | 11년 전 | 1534 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기