imagegrabwindow
imagegrabwindow
(PHP 5 >= 5.2.2, PHP 7)
imagegrabwindow — Captures a window
Description
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)
Parameters
-
window_handle
-
The HWND window ID.
-
client_area
-
Include the client area of the application window. <