PHP数组函数asort()的用法 PHP

asort (PHP 4, PHP 5) asort — 对数组进行排序并保持索引关系 说明 bool asort ( array &$array [, int $sort_flags = SORT_REGULAR ] ) .....
标签: php php教程

发布于  2024-3-1 21:50

PHP:imagepsencodefont()的用法 PHP

imagepsencodefont (PHP 4, PHP 5) imagepsencodefont — 改变字体中的字符编码矢量 说明 bool imagepsencodefont ( resource $font_index , string $encodingfile ) 从
标签: 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: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: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:imagepalettecopy()的用法 Python

imagepalettecopy (PHP 4 >= 4.0.1, PHP 5) imagepalettecopy — 将调色板从一幅图像拷贝到另一幅 说明 void imagepalettecopy ( resource $destination , resour
标签: python

发布于  2024-3-1 21:45

PHP:imageloadfont()的用法 PHP

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

发布于  2024-3-1 21:45

PHP:imagelayereffect()的用法 PHP

imagelayereffect (PHP 4 >= 4.3.0, PHP 5) imagelayereffect — 设定 alpha 混色标志以使用绑定的 libgd 分层效果 说明 bool imagelayereffect ( resource $image , in
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagejpeg()的用法 PHP

imagejpeg (PHP 4, PHP 5) imagejpeg — 输出图象到浏览器或文件。 说明 bool imagejpeg ( resource $image [, string $filename [, int $...
标签: php php教程

发布于  2024-3-1 21:45

PHP:imageistruecolor()的用法 PHP

imageistruecolor (PHP 4 >= 4.3.2, PHP 5) imageistruecolor — 检查图像是否为真彩色图像 说明 bool imageistruecolor ( resource $image ) imageistruecolor() 检查
标签: php php教程

发布于  2024-3-1 21:45