PHP:imagedashedline()的用法 PHP

imagedashedline (PHP 4, PHP 5) imagedashedline — 画一虚线 说明 bool imagedashedline ( resource $image , int $x1 , int $y1 , int $x2 , int $y2 ,
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagecreatetruecolor()的用法 PHP

imagecreatetruecolor (PHP 4 >= 4.0.6, PHP 5) imagecreatetruecolor — 新建一个真彩色图像 说明 resource imagecreatetruecolor ( int $width , int $height ) imagec
标签: php php教程

发布于  2024-3-1 21:45

PHP:imageellipse()的用法 PHP

imageellipse (PHP 4 >= 4.0.6, PHP 5) imageellipse — 画一个椭圆 说明 bool imageellipse ( resource $image , int $cx , int $cy , int $width , int $height , int $
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagedestroy()的用法 PHP

imagedestroy (PHP 4, PHP 5) imagedestroy — 销毁一图像 说明 bool imagedestroy ( resource $image ) imagedestroy() 释放与 image 关联的内存。image 是由图
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagefill()的用法 PHP

imagefill (PHP 4, PHP 5) imagefill — 区域填充 说明 bool imagefill ( resource $image , int $x , int $y , int $color ) imagefill() 在 image 图像的坐标 x
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagefilledellipse()的用法 PHP

imagefilledellipse (PHP 4 >= 4.0.6, PHP 5) imagefilledellipse — 画一椭圆并填充 说明 bool imagefilledellipse ( resource $image , int $cx , int $cy , int $width
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagefilledpolygon()的用法 PHP

imagefilledpolygon (PHP 4, PHP 5) imagefilledpolygon — 画一多边形并填充 说明 bool imagefilledpolygon ( resource $image , array $points , int $num_points , int $colo
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagefilltoborder()的用法 PHP

imagefilltoborder (PHP 4, PHP 5) imagefilltoborder — 区域填充到指定颜色的边界为止 说明 bool imagefilltoborder ( resource $image , int $x , int $y
标签: php php教程

发布于  2024-3-1 21:45

PHP:image2wbmp()的用法 PHP

image2wbmp (PHP 4 >= 4.0.5, PHP 5) image2wbmp — 以 WBMP 格式将图像输出到浏览器或文件 说明 int image2wbmp ( resource $image [, string $filename [, i
标签: php php教程

发布于  2024-3-1 21:45

PHP:imageaffine()的用法 PHP

imageaffine (PHP 5 >= 5.5.0) imageaffine — 返回经过仿射变换后的图像,剪切区域可选 说明 resource imageaffine ( resource $image , array $affine [, array $c
标签: php php教程

发布于  2024-3-1 21:45