1 2 3 4 5 6 7 8 9 10 11 12 13 14 | <?php include ( 'simple_html_dom.php' ); // Create DOM from URL or file // Find all images foreach ( $html ->find( 'img' ) as $element ) echo $element ->src . '<br>' ; // Find all links foreach ( $html ->find( 'a' ) as $element ) echo $element ->href . '<br>' ; ?> |
images/hp0.gif
images/hp1.gif
images/hp2.gif
images/hp3.gif
http://www.google.co.jp/imghp?hl=ja&tab=wi
http://video.google.co.jp/?hl=ja&tab=wv
http://maps.google.co.jp/maps?hl=ja&tab=wl
http://news.google.co.jp/nwshp?hl=ja&tab=wn
http://books.google.co.jp/bkshp?hl=ja&tab=wp
........
0 件のコメント:
コメントを投稿