file_get_contents 접속 브라우져 변경

운영자 | 기사입력 2024/07/28 [05:22]
>
필자의 다른기사 보기 인쇄하기 메일로 보내기 글자 크게 글자 작게
file_get_contents 접속 브라우져 변경
 
운영자   기사입력  2024/07/28 [05:22]

 

===================================================================

<?

$img_url="https://www.aaa.com";

$options = array(

    'http'=>array(

        'method'=>"GET",

        'header'=>"Accept-language: enrn" .

                  "Cookie: foo=barrn" .

                  "User-Agent: Mozilla/5.0 (iPad; U; CPU iPad OS 5_0_1 like Mac OS X; en-us)   AppleWebKit/535.1+ (KHTML like Gecko) Version/7.2.0.0 Safari/6533.18.5rn" )

);


$context = stream_context_create($options);

$content = file_get_contents($img_url,false,$context);


?>
트위터 트위터 페이스북 페이스북 카카오톡 카카오톡
기사입력: 2024/07/28 [05:22]  최종편집: ⓒ iwav