본문 바로가기

IT/PHP

[CRAWL] Simple Html Dom Parser 에서 자식노드 가져오기

Simple Html Dom Parser 에서 자식노드 가져오기


$uid = $html->find("span[class=entry-author]", 0)->childNodes(0)->childNodes(0)->innertext;