$html = file_get_html('http://www.google.com/'); // Find all images foreach($html->find('img') as $element) ... Create a DOM object from a string
確定! 回上一頁