Guest User

Untitled

a guest
Nov 16th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <?php
  2. $arrContextOptions=array("ssl"=>array("verify_peer"=>false,
  3. "verify_peer_name"=>false,),);
  4.  
  5. $page = file_get_contents("https://www.google.com",
  6. false, stream_context_create($arrContextOptions));
  7.  
  8. echo $page;
  9. ?>
Add Comment
Please, Sign In to add comment