单项选择题
输出画图片的函数是()。
A.imagecolorallocate()
B.imagestring()
C.imagecreate()
D.imagepng()
点击查看答案&解析
相关考题
-
单项选择题
imagecreate()和imagecreatetruecolor()的区别是()。
A.imagecreatetruecolor()创建256种颜色画布,imagecreate()创建真彩色画布
B.imagecreate()创建256种颜色画布,imagecreatetruecolor()创建真彩色画布
C.imagecreate()创建256种颜色的画布,imagecreatetruecolor()不仅能创建256种颜色的画布,还能创建真彩色画布
D.没有区别 -
单项选择题
函数imagefill ()的作用是()。
A.调色
B.填充颜色
C.创建画布
D.输出画布 -
单项选择题
采用哪个函数从文件读取内容,不用打开文件?()
A.fwrite()
B.file_put_contents()
C.file_get_contents()
D.fread()