Htmldom icon indicating copy to clipboard operation
Htmldom copied to clipboard

Get All HTML Elements

Open ghost opened this issue 8 years ago • 0 comments

Dear Yangqi, Is there anyway to fetch all html elements like $html = new \Htmldom($body); foreach ($html as $element) { echo $element->tag; }

Thanks.

ghost avatar Jul 25 '16 09:07 ghost