일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- Component
- array
- 상태관리
- npx
- promise
- vue
- WebVR
- 3d
- JavaScript
- javscript
- VR
- JS
- vuetify
- aframe
- version mismatch
- CI/CD
- web
- EM6
- bootstrap
- package-lock.json
- PHP
- Node
- auth0
- A-Frame
- PDO
- vue-template-compiler
- WebXR
- vuex
- Three.js
- AR
Archives
- Today
- Total
목록$_SERVER (1)
대가는 결과를 만든다
PHP의 $_SERVER[''] 주요 인덱스
'PHP_SELF' : 현재 실행하고 있는 PHP 파일의 파일명 'SERVER_ADDR' : 현재 스크립트가 실행되고 있는 서버의 IP 주소 'SERVER_NAME' : 현재 스크립트가 실행되고 있는 서버 호스트의 이름(Note: Under Apache 2, you must set UseCanonicalName = On and ServerName. Otherwise, this value reflects the hostname supplied by the client, which can be spoofed. It is not safe to rely on this value in security-dependent contexts.) 'REQUEST_METHOD' : 페이지 접근한 메서드 'GET' , 'PO..
개발/php
2019. 1. 11. 10:32