最赞回答 / 温暖的骨头
这种问题百度一下不就知道了么。。。imagefill ( resource $image , int $x , int $y , int $color )imagefill() 在 image 图像的坐标 x,y(图像左上角为 0, 0)处用 color 颜色执行区域填充(即与 x, y 点颜色相同且相邻的点都会被填充)。(网址:http://php.net/manual/zh/function.imagefill.php) 百度搜索:imagefill 就能出来啊
2015-08-13