1
include_once("path/to/simple_html_dom.php");
// Dump contents (without tags) from HTML
echo file_get_html("http://www.google.com/")->plaintext;
The full manual and usage guide can be seen over here. There is an example for just about every use.