php-html-parser
php-html-parser copied to clipboard
how to find by multiple tag
Is there way to query multiple tag at once. I am trying following but doesnot seem to be working.
$pTags = $dom -> find('p,span');
We do not support multiple tag selection at the moment.
We can add this as a possible feature to be added later.