Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 205 Bytes

readme.md

File metadata and controls

19 lines (11 loc) · 205 Bytes

phpCSS

-- use --

$PC = new phpCSS($htmldata);

$elms = $PC->find('div#selector');

foreach ($elms as $elm) { $elm->getAttributeValue('class'); $elm->getName(); }

-- TODO --

FIX FOR * html