imagegrabscreen in php

by Francis 2013-07-23 16:55:23

imagegrabscreen in php
Its function take screen short current page and its only works on Windows.

<?php
$img = imagegrabscreen();
imagepng($img, "screenshot.png");
imagedestroy($img);
?>
857
like
0
dislike
0
mail
flag

You must LOGIN to add comments