$html = file_get_html('document.html');foreach($html->find('a') as $enlace) { echo $enlace->href . '<br>';}