$ctx = stream_context_create(array('http'=>
    array(
        'timeout' => 5
    )
));

echo file_get_contents('https://nixarsoft.com/', false, $ctx);