php-html-parser icon indicating copy to clipboard operation
php-html-parser copied to clipboard

how to find by multiple tag

Open bibekshakya35 opened this issue 4 years ago • 1 comments

Is there way to query multiple tag at once. I am trying following but doesnot seem to be working. $pTags = $dom -> find('p,span');

bibekshakya35 avatar Nov 25 '19 12:11 bibekshakya35

We do not support multiple tag selection at the moment.

We can add this as a possible feature to be added later.

paquettg avatar Jan 13 '20 00:01 paquettg