imagegrabwindow(PHP 5 >= 5.2.2) 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, FALSE on failure. ОшибкиE_NOTICE is issued if window_handle is invalid window handle. E_WARNING is issued if the Windows API is too old. Примеры
Пример #1 imagegrabwindow() example Capture a window (IE for example)
<?phpCapture a window (IE for example) but with its content
<?phpПримечания
|
||