imagegrabscreen

PHP 5 >= 5.2.2, PHP 7, PHP 8
imagegrabscreen - Captures the whole screen
Manual
Code Examples

imagegrabscreen( ): GdImage|false

Grabs a screenshot of the whole screen.

Note:

This function is only available on Windows.

Parameters

This function has no parameters.

Return Values

Returns an image object on success, false on failure.

Changelog

Version Description
8.0.0 On success, this function returns a GDImage instance now; previously, a resource was returned.

Related Functions

Example of imagegrabscreen

Show all examples for imagegrabscreen

PHP Version:


Function imagegrabscreen:

Image Processing and GD Functions

Most used PHP functions