반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 언마운트
- FK 설정
- 벤쿠버렌트
- 백준알고리즘
- FLEX5
- Linux
- codility
- IntelliJ
- 데이터의 무결성
- BC렌트
- Java
- 파이도 환불
- binaray_gap
- 설탕문제
- Lesson3
- FIDO 환불
- Lesson2
- 부산입국
- 프로그래머스
- 외래키설정
- QA엔지니어
- 레노보노트북
- 1463번
- database연결
- 벤쿠버집구하기
- 벤쿠버 렌트
- 엔테크서비스
- 캐나다워홀
- 리눅스
- 자바
Archives
- Today
- Total
목록꼬꼬마 개발자 노트/PHP (5)
대충이라도 하자
getParsedBody() 와 getBody() + Postman에서 test
There are two types which you can bring the data from the body in PHP. 1. getParsedBody() : return as an array type 2.getBody() : return as an object type, json When using getParsedBody(), you need to choose ' x-www-form-urlccoded' on Postman. On the other hasd, for getBody(), you need to choose raw -> json on Postman. For example, you gonna bring these data from the body. { "contacts": { "email..