PHP:imageloadfont()的用法 PHP

imageloadfont (PHP 4, PHP 5) imageloadfont — 载入一新字体 说明 int imageloadfont ( string $file ) imageloadfont() 加载一个用户定义...
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagepalettetotruecolor()的用法 PHP

imagepalettetotruecolor (PHP 5 >= 5.5.0) imagepalettetotruecolor — Converts a palette based image to true color 说明 bool imagepalettetotruecolor ( resource $src ) Conve
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagepsbbox()的用法 PHP

imagepsbbox (PHP 4, PHP 5) imagepsbbox — 给出一个使用 PostScript Type1 字体的文本方框 说明 array imagepsbbox ( string $text , resource $font , int $size ) a
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagepolygon()的用法 PHP

imagepolygon (PHP 4, PHP 5) imagepolygon — 画一个多边形 说明 bool imagepolygon ( resource $image , array $points , int $num_points , int $color ) imagepolygo
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagepsencodefont()的用法 PHP

imagepsencodefont (PHP 4, PHP 5) imagepsencodefont — 改变字体中的字符编码矢量 说明 bool imagepsencodefont ( resource $font_index , string $encodingfile ) 从
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagepng()的用法 PHP

imagepng (PHP 4, PHP 5) imagepng — 以 PNG 格式将图像输出到浏览器或文件 说明 bool imagepng ( resource $image [, string $filename ] )...
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagecolortransparent()的用法 PHP

imagecolortransparent (PHP 4, PHP 5) imagecolortransparent — 将某个颜色定义为透明色 说明 int imagecolortransparent ( resource $image [, int $color ] ) imagecol
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagecreatefromgd2()的用法 PHP

imagecreatefromgd2 (PHP 4 = 4.0.7, PHP 5) imagecreatefromgd2 — 从 GD2 文件或 URL 新建一图像 说明 resource imagecreatefromgd2...
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagecreatefromgd2part()的用法 PHP

imagecreatefromgd2part (PHP 4 >= 4.0.7, PHP 5) imagecreatefromgd2part — 从给定的 GD2 文件或 URL 中的部分新建一图像 说明 resource imagecreatefromgd2part ( string
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagecreate()的用法 PHP

imagecreate (PHP 4, PHP 5) imagecreate — 新建一个基于调色板的图像 说明 resource imagecreate ( int $x_size , int $y_size ) imagecreate() 返回一个图像标
标签: php php教程

发布于  2024-3-1 21:45