getenv()함수

유영·2024년 5월 22일
0

PHP

목록 보기
60/70

getenv(얻고자 하는 정보) 내장함수로 인자값에 따라 해당되는 환경변수 값을 알려주는 함수

  1. getenv("http_host") 홈페이지 주소값을 얻을때
  2. getenv("http_referer") 어디서부터 정보가 왔는지 알아볼때(현재페이지 이전의 페이지 주소값
  3. getenv("http_host") 홈페이지 주소값을 얻을때
  4. getenv("http_host") 홈페이지 주소값을 얻을때
  5. getenv("http_host") 홈페이지 주소값을 얻을때
  6. getenv("http_host") 홈페이지 주소값을 얻을때
  7. getenv("http_host") 홈페이지 주소값을 얻을때

출처 php-getenv() 함수
https://blog.naver.com/jeongju02/221466989591

0개의 댓글