Sadece windows sunucuda çalışır !

$eg = imagegrabscreen();
imagepng($eg, “ekrangoruntusu.png”);
echo ‘’;
imagedestroy($eg);
?>