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

[Function] $http_response_header

페이지 정보

작성자 MintState 댓글 0건 조회 16,695회 작성일 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건 6 페이지
PHP 목록
번호 제목 글쓴이 조회 날짜
40 MintState 16427 02-17
39 MintState 16434 06-30
38 MintState 16552 10-09
열람중 MintState 16696 02-25
36 MintState 16958 01-18
35 MintState 16987 11-03
34 MintState 17019 11-17
33 MintState 17114 11-10
32 MintState 17291 11-17
31 MintState 17404 05-02
30 MintState 17487 01-22
29 MintState 17929 10-29
28 MintState 17942 10-31
27 MintState 18273 11-03
26 MintState 18286 11-03
25 MintState 18298 08-25
24 MintState 18430 07-02
23 MintState 18676 11-03
22 MintState 18687 04-28
21 MintState 19278 11-03
20 MintState 19629 11-03
19 MintState 19980 11-03
18 MintState 19995 11-10
17 MintState 20152 07-02
16 MintState 20291 11-10
게시물 검색
모바일 버전으로 보기
CopyRight ©2004 - 2024, YesYo.com MintState. ™