반응형
Download : http://simplehtmldom.sourceforge.net/
find('img') as $element) {
echo $element->src . '
';
}
// a 태그
foreach($html->find('a') as $element) {
echo $element->href . '
';
}
?>
'Coding > Etc' 카테고리의 다른 글
| [W3Schools AngularJS 한글강좌] Intro (0) | 2017.01.16 |
|---|---|
| PHP 파일업로드 (0) | 2017.01.15 |
| API를 이용한 롤 전적검색 사이트 만들기 (15) | 2016.02.27 |
| Cannot use object of type stdClass as array 에러 (0) | 2016.02.27 |
| php json 처리 (0) | 2016.02.27 |