PHP:getimagesize()的用法 PHP

getimagesize (PHP 4, PHP 5) getimagesize — 取得图像大小 说明 array getimagesize ( string $filename [, array &$imageinfo ] ...
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagealphablending()的用法 PHP

imagealphablending (PHP 4 >= 4.0.6, PHP 5) imagealphablending — 设定图像的混色模式 说明 bool imagealphablending ( resource $image , bool $blendmode ) imageal
标签: php php教程

发布于  2024-3-1 21:45

PHP:imageantialias()的用法 PHP

imageantialias (PHP 4 >= 4.3.2, PHP 5) imageantialias — 是否使用抗锯齿(antialias)功能 说明 bool imageantialias ( resource $image , bool $enabled ) 对线
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagecharup()的用法 PHP

imagecharup (PHP 4, PHP 5) imagecharup — 垂直地画一个字符 说明 bool imagecharup ( resource $image , int $font , int $x , int $y , string $c , int $color )
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagecolorallocatealpha()的用法 PHP

imagecolorallocatealpha (PHP 4 >= 4.3.2, PHP 5) imagecolorallocatealpha — 为一幅图像分配颜色 + alpha 说明 int imagecolorallocatealpha ( resource $image , int $re
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagearc()的用法 PHP

imagearc (PHP 4, PHP 5) imagearc — 画椭圆弧 说明 bool imagearc ( resource $image , int $cx , int $cy , int $w , int $h , int $s , int $e , int $color )
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagechar()的用法 PHP

imagechar (PHP 4, PHP 5) imagechar — 水平地画一个字符 说明 bool imagechar ( resource $image , int $font , int $x , int $y , string $c , int $color )
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagecolorallocate()的用法 PHP

imagecolorallocate (PHP 4, PHP 5) imagecolorallocate — 为一幅图像分配颜色 说明 int imagecolorallocate ( resource $image , int $red , int $green , int $blue )
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagecolorclosestalpha()的用法 PHP

imagecolorclosestalpha (PHP 4 >= 4.0.6, PHP 5) imagecolorclosestalpha — 取得与指定的颜色加透明度最接近的颜色 说明 int imagecolorclosestalpha ( resource $image
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagecolorclosest()的用法 PHP

imagecolorclosest (PHP 4, PHP 5) imagecolorclosest — 取得与指定的颜色最接近的颜色的索引值 说明 int imagecolorclosest ( resource $image , int $red , int $
标签: php php教程

发布于  2024-3-1 21:45