Screen Grab with PHP and/or Javascript?

前端 未结 6 746
礼貌的吻别
礼貌的吻别 2021-01-17 04:16

Just wondering if it\'s possible to screen grab a page you are viewing with a PHP script or javascript? For example, load up a page in an iframe and then save that view as

6条回答
  •  礼貌的吻别
    2021-01-17 04:44

    Possible with the GD2 extension and some knowledge of the internals you are capturing - read here for an example.

提交回复
热议问题