位置: 编程技术 - 正文
推荐整理分享PHP:imagegrabscreen()的用法_GD库图像处理函数,希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 5 >= 5.2.2)
imagegrabscreen — Captures the whole screen
说明 resource imagegrabscreen ( void )Grabs a screenshot of the whole screen.
返回值Returns an image resource identifier on success, FALSE on failure.
范例
Example #1 imagegrabscreen() example
This example demonstrates how to take a screenshot of the current screen and save it as a png image.
<?php$im=imagegrabscreen();imagepng($im,"myscreenshot.png");imagedestroy($im);?> 注释Note:
This function is only available on Windows.
参见imagegrabwindow() - Captures a window
PHP:imagegd()的用法_GD库图像处理函数 imagegd(PHP4=4.0.7,PHP5)imagegd将GD图像输出到浏览器或文件说明boolimagegd(resource$image[,string$filename])imagegd()将一个GD图像输出到filename。image参数是由imagecreatetrueco
PHP:imagegd2()的用法_GD库图像处理函数 imagegd2(PHP4=4.0.7,PHP5)imagegd2将GD2图像输出到浏览器或文件说明boolimagegd2(resource$image[,string$filename[,int$chunk_size[,int$type=IMG_GD2_RAW]]])imagegd2()将一个GD图像输出到
PHP:imageftbbox()的用法_GD库图像处理函数 imageftbbox(PHP4=4.0.7,PHP5)imageftbbox给出一个使用FreeType2字体的文本框说明arrayimageftbbox(float$size,float$angle,string$fontfile,string$text[,array$extrainfo])Thisfunctioncalculatesan
标签: PHP:imagegrabscreen()的用法_GD库图像处理函数
本文链接地址:https://www.jiuchutong.com/biancheng/288337.html 转载请保留说明!上一篇:PHP:imagegrabwindow()的用法_GD库图像处理函数
下一篇:PHP:imagegd()的用法_GD库图像处理函数(php image)
友情链接: 武汉网站建设