将PHPQuery结果作为DOMDocument对象获取?

时间:2013-11-04 00:11:23

标签: php dom

现在,我将PHPQuery的结果作为字符串,然后使用DOMDocument来解析字符串。由于PHPQuery使用DOMDocument,我可以从PHPQuery获取DOMDocument对象的结果吗?我该怎么做?

1 个答案:

答案 0 :(得分:1)

获得phpQueryObject后,您可以使用公共职能DomDocument访问getDOMDocument()

pq('whatever')->getDocument()->getDOMDocument();