Skip to content

Instantly share code, notes, and snippets.

@aansubarkah
Created December 11, 2016 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aansubarkah/8d4740565fd5919d2030f287c2b40fae to your computer and use it in GitHub Desktop.
Save aansubarkah/8d4740565fd5919d2030f287c2b40fae to your computer and use it in GitHub Desktop.
<?php
$html = new Document('<html><body><div id="foo">Ipsum</div></body></html>');
$ret = $html->find('div[id=foo]');
echo $ret->plaintext;//will output 'Ipsum'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment