resource imagegrabscreen ( void )
Captures the whole screen
Grabs a screenshot of the whole screen.
<?php
$im = imagegrabscreen();imagepng($im, "myscreenshot.png");imagedestroy($im);?>
ESG-TEAM.RU Урок PHP DS.
Best Related Posts are Following:
- PHP 7 new features.
- What is session_set_cookie_params.
- imagecreatefrompng - Create a new image from file or URL - PHP.
- count_chars - Count Number of character of string with PHP.
- Check if string contains specific words - PHP.
- New features of PHP 5.5 with Examples.
- New features of PHP 5.4 with Examples.
- How To Track the Real IP Address Behind the Proxy - PHP - REMOTE_ADDR.
- date_sunrise - Returns time of sunrise for a given day and location.
- Convert image to Binary Data and vice versa in PHP.
- Difference between in_array and array_key_exists in php with Example.
- get_class_vars PHP Function.
- get_class_methods PHP Function.
- mysql_fetch_field - Get column information from a result.
- PHP mktime() Function - Get Unix timestamp for a date.
- Strtolower - Returns string with all alphabetic characters converted to lowercase.
- PHP file_get_contents Function - Reads entire file into a string.
- PHP utf8_encode Function - Encodes an ISO-8859-1 string to UTF-8.
- com_create_guid Generate a globally unique identifier.
- spl_autoload What is spl_autoload function in php.
- parse_ini_string - Parse a configuration string.
- stream_socket_client - Open Internet or Unix domain socket connection.
- imagecopyresampled-Copy and resize part of an image with resampling.
- What is proc_close.
- What is str_getcsv.
- spl autoload extensions in PHP.
- Parse a binary IPTC block into single tags.
- Perform a regular expression search and replace.
- fputcsv - Write in CSV File with PHP.
- realpath - Get the Real path of File with PHP.