nguyenminh

udemy course grabber

$context = stream_context_create(
    array(
        "http" => array(
            "header" => "User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
        )
    )
);
$contents = file_get_contents("https://www.udemy.com/course/xay-dung-web-app-voi-reactjs/", false, $context);
var_dump($contents);

Categorised in: Tổng hợp

0 Comments for "udemy course grabber"

Leave a Reply

Your email address will not be published. Required fields are marked *