次のコードスニペットでPHPSimpleHTMLDOMパーサーを使用しています。
<?php
include_once('../simple_html_dom.php');
$html = file_get_html('http://old.wowhead.com/npc=8404');
if ( $html->find('div.pin'))
echo 'Found';
?>
しかし、それは単に見つけられません
'<div class="pin" style="left: 17.7%; top: 60.8%; "><a href="javascript:;" style="cursor: default; "></a></div>'
このhtmlページの要素:http://old.wowhead.com/npc=8404