update : 2015.11.03
php.shukuma.com검색:
|
imagegrabscreen(PHP 5 >= 5.2.2, PHP 7) imagegrabscreen — Captures the whole screen 설명
resource imagegrabscreen
( void
)
Grabs a screenshot of the whole screen. 반환값
Returns an image resource identifier on success, 예제
Example #1 imagegrabscreen() example This example demonstrates how to take a screenshot of the current screen and save it as a png image.
<?php 주의
|