사용자 도구

사이트 도구


잡개발자:심플웍스:유틸리티:system

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
잡개발자:심플웍스:유틸리티:system [2025/10/31 18:23]
carlito76
잡개발자:심플웍스:유틸리티:system [2026/02/12 11:57] (현재)
carlito76
줄 1: 줄 1:
 +{{htmlmetatags>
 +metatag-description=(심플웍스, SimpleWorks, 유틸리티, SystemUtil)
 +metatag-og:description=(심플웍스, SimpleWorks, 유틸리티, SystemUtil)
 +}}
 +
 ====== SystemUtil ====== ====== SystemUtil ======
  
줄 4: 줄 9:
 ^  메서드  ^  매개변수  ^  리턴  ^  비고  ^ ^  메서드  ^  매개변수  ^  리턴  ^  비고  ^
 | getRequestProtocol |  <color gray>N/A</color>  | http / https | 접속 프로토콜 | | getRequestProtocol |  <color gray>N/A</color>  | http / https | 접속 프로토콜 |
-| getRequestName |  <color gray>N/A</color>  | 도메인 / IP | 접속 도메인 또는 IP |+| getRequestName |  <color gray>N/A</color>  | 도메인 / IP | 접속 도메인 IP |
 | getRequestPort |  <color gray>N/A</color>  | 포트 | 접속 포트 | | getRequestPort |  <color gray>N/A</color>  | 포트 | 접속 포트 |
 | getRequestPath |  <color gray>N/A</color>  | 경로 | 접속 경로 | | getRequestPath |  <color gray>N/A</color>  | 경로 | 접속 경로 |
-| getRequestParam | N/A | 파라미터 | 접속 파라미터 ((Query String)) |+| getRequestParam |  <color gray>N/A</color>  | 파라미터 | 접속 파라미터\\ (Query String) |
 | getRequestURL |  <color gray>N/A</color>  | URL | 전체 URL | | getRequestURL |  <color gray>N/A</color>  | URL | 전체 URL |
 | getUserBrowser |  <color gray>N/A</color>  | 브라우저 | 사용자 브라우저 | | getUserBrowser |  <color gray>N/A</color>  | 브라우저 | 사용자 브라우저 |
줄 22: 줄 27:
 | getServerName |  <color gray>N/A</color>  | 호스트명 | 서버 호스트명 | | getServerName |  <color gray>N/A</color>  | 호스트명 | 서버 호스트명 |
 | getServerPath |  <color gray>N/A</color>  | 경로 | 서버 경로 | | getServerPath |  <color gray>N/A</color>  | 경로 | 서버 경로 |
-getServerIP |  <color gray>N/A</color>  | IP | 서버 IP | +getServerIp |  <color gray>N/A</color>  | IP | 서버 IP | 
-getClientIP |  <color gray>N/A</color>  | IP | 클라이언트 IP |+getClientIp |  <color gray>N/A</color>  | IP | 클라이언트 IP |
 | getSession | nm 세션명 | 세션값 | 세션값 가져오기 | | getSession | nm 세션명 | 세션값 | 세션값 가져오기 |
 | setSession | nm 세션명\\ val 세션값 |  <color gray>N/A</color>  | 세션값 설정하기 | | setSession | nm 세션명\\ val 세션값 |  <color gray>N/A</color>  | 세션값 설정하기 |
-| ::: | nm 세션명\\ val 세션값\\ sec 유효시간 (초) ((-1 무제한)) | ::: | ::: |+| ::: | nm 세션명\\ val 세션값\\ sec 유효시간 (초) ((무제한: -1)) | ::: | ::: |
 | clearSession |  <color gray>N/A</color>  |  <color gray>N/A</color>  | 세션 지우기 | | clearSession |  <color gray>N/A</color>  |  <color gray>N/A</color>  | 세션 지우기 |
 | ::: | nm 세션명 | ::: | ::: | | ::: | nm 세션명 | ::: | ::: |
-getSessionID |  <color gray>N/A</color>  | 세션 ID | 세션 ID |+getSessionId |  <color gray>N/A</color>  | 세션 ID | 세션 ID |
 | getSessionTimeout |  <color gray>N/A</color>  | 세션 Timeout (초) | 세션 Timeout | | getSessionTimeout |  <color gray>N/A</color>  | 세션 Timeout (초) | 세션 Timeout |
-| sendMail | from 보낸 사람\\ to 받는 사람\\ title 제목\\ content 내용 |  <color gray>N/A</color>  | 이메일 발송 |+| sendMail | from 보낸 사람\\ to 받는 사람\\ title 제목\\ content 내용 |  <color gray>N/A</color>  | 이메일 발송 ((FIXME 로컬, 지메일)) |
 | ::: | from 보낸 사람\\ to 받는 사람\\ cc 참조\\ bcc 숨은 참조\\ title 제목\\ content 내용 | ::: | ::: | | ::: | from 보낸 사람\\ to 받는 사람\\ cc 참조\\ bcc 숨은 참조\\ title 제목\\ content 내용 | ::: | ::: |
 +
 +{{tag>"심플웍스" "SimpleWorks"}}