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 |
Tags
- 경영
- JSON
- Session
- Apache
- HTML
- JavaScript
- Laravel
- MySQL
- composer-php
- 전략
- Linux
- php
- Forms
- Ajax
- Arrays
- UTF-8
- file-upload
- post
- curl
- 웹하드추천
- string
- OOP
- Regex
- variables
- function
- 웹하드순위
- jquery
- 무료다운로드쿠폰
- date
Archives
- Today
- Total
목록SSL (1)
개발! 딱 깔끔하고 센스있게!
PHP 를 사용 하여 SSL 연결 하 는 방법
푸 시 알림 (APNS) 을 수행 하기 위해 PHP 류 를 개발 해 야 합 니 다.인증서 (pem) 가 있 습 니 다. 인터넷 에서 의 다양한 튜 토리 얼 을 실행 하려 고 시도 하지만 스 트림 소켓 을 사용 하여 ssl: / gateway. sandbox. push. apple. com: 2195 시 에 도 오류 가 발생 했 습 니 다. $apnsHost = 'gateway.sandbox.push.apple.com'; $apnsPort = 2195; $apnsCert = 'apns-dev.pem'; $streamContext = stream_context_create(); stream_context_set_option($streamContext, 'ssl', 'local_cert', $apnsCert)..
개발 스크랩 메모/PHP
2020. 11. 30. 22:36