phpquery による収集に関する問題
Web ページのコンテンツの収集に phpquery を使用しています
以下は
です
<br /> phpQuery::newDocumentFile($url); <br /> $img=pq('.productImageGrid #prodImageCell')->html();<br /> echo $img;<br /> $img_txt=pq('.productImageGrid #prodImageCell')->text();<br />