답변 1개
채택된 답변
+20 포인트
10년 전
method를 head로 날리시면 되요~
cURL 사용중이시면
curl_setopt($ch, CURLOPT_HEADER, true);
curl_setopt($ch, CURLOPT_NOBODY, true); 로 설정해주시면 되요~
http://php.net/manual/en/function.get-headers.php" target="_blank">http://php.net/manual/en/function.get-headers.php
이런것도 있어요(allow_url_fopen 설정에 영향 받아요.)
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인