Guest User

Untitled

a guest
Feb 13th, 2018
4,078
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. $html = file_get_html('https://stackoverflow.com/');
  2. $head = $html->find('head', 0);
  3. echo $head->content;
Add Comment
Please, Sign In to add comment