Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以将爬虫会话保存在 mysql 数据库中或以任何方式使用 PHP 恢复此会话?http://phpcrawl.cuab.de/
不,没有内置的方法可以做到这一点,但是是的,您可以通过扩展现有类来自行添加会话管理。
由于 0.81 版 phpcrawl 能够恢复爬行过程 (http://phpcrawl.cuab.de/resume_aborted_processes.html)