YesYo.com MintState Forums
뒤로    YesYo.com MintState BBS > Tech > PHP
검색
멤버이름    오토
비밀번호 
 

[Function] $http_response_header

페이지 정보

작성자 MintState 댓글 0건 조회 16,697회 작성일 09-02-25 11:34

본문

[Function] $http_response_header

The $http_response_header array is similar to the get_headers() function. When using the HTTP wrapper, $http_response_header will be populated with the HTTP response headers.

PHP5 에서 get_headers()와 비슷한 기능합니다. 주어진 URL에서 header 를 배열로 반환 합니다.
PHP4 에서 get_headers()를 대신 해서 쓸 수 있습니다.

예)
<?php
file_get_contents("http://google.co.kr"); 
var_dump($http_response_header);
?>


출력 :



예)
<?php
file_get_contents("http://img0.gmodules.com/ig/f/oKstlUEg20s/intl/ALL_kr/logo.gif"); 
var_dump($http_response_header); 
?>


출력 :

댓글목록

등록된 댓글이 없습니다.

Total 165건 2 페이지
PHP 목록
번호 제목 글쓴이 조회 날짜
140 MintState 18290 11-03
139 MintState 18276 11-03
138 MintState 17945 10-31
137 MintState 17934 10-29
136 MintState 17490 01-22
135 MintState 17406 05-02
134 MintState 17294 11-17
133 MintState 17116 11-10
132 MintState 17021 11-17
131 MintState 16990 11-03
130 MintState 16962 01-18
열람중 MintState 16698 02-25
128 MintState 16555 10-09
127 MintState 16436 06-30
126 MintState 16429 02-17
125 MintState 16421 10-29
124 MintState 16248 03-04
123 MintState 16210 11-10
122 MintState 16176 11-10
121 MintState 16172 11-03
120 MintState 16137 04-06
119 MintState 16101 02-23
118 MintState 16021 02-12
117 MintState 15908 10-28
116 MintState 15838 11-10
게시물 검색
모바일 버전으로 보기
CopyRight ©2004 - 2024, YesYo.com MintState. ™