update : 2015.11.03
php.shukuma.com검색:
|
imagegrabwindow(PHP 5 >= 5.2.2, PHP 7) imagegrabwindow — Captures a window 설명
resource imagegrabwindow
( int
$window_handle
[, int $client_area = 0
] )Grabs a window or its client area using a windows handle (HWND property in COM instance) 인수
반환값
Returns an image resource identifier on success, 오류/예외
E_NOTICE is issued if 예제
Example #1 imagegrabwindow() example Capture a window (IE for example)
<?php Capture a window (IE for example) but with its content
<?php 주의
|