PHP equivalent of PyQuery or Nokogiri? [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . Basically, I want to do some HTML screen scraping, but figuring out if it is possible in PHP. In Python, I would use PyQuery. In Ruby, I would use Nokogiri. 回答1: In PHP you can use phpQuery P.S. it's kinda ironic, I came to this page looking for phpQuery equivalent in Python :) 回答2: In PHP for screen scraping