Screenshot of current page using PHP

后端 未结 7 1825
时光取名叫无心
时光取名叫无心 2020-12-12 04:45

Duplicate:

website screenshots using php

Is it possible to take a screenshot of the current page using PHP?

7条回答
  •  一生所求
    2020-12-12 04:45

    PHP doesn't render the page, the browser does.

    Here is a list of tools that let you do what you're after.

提交回复
热议问题