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

array_reverse (PHP 4, PHP 5) array_reverse — 返回一个单元顺序相反的数组 说明 array array_reverse ( array $array [, bool $preserve_keys = false ] )
标签: php php教程

发布于  2024-3-1 21:52

PHP:imagestring()的用法 PHP

imagestring (PHP 4, PHP 5) imagestring — 水平地画一行字符串 说明 bool imagestring ( resource $image , int $font , int $x , int $y , string $s , int $col )
标签: php php教程

发布于  2024-3-1 21:52

PHP:imagesy()的用法 PHP

imagesy (PHP 4, PHP 5) imagesy — 取得图像高度 说明 int imagesy ( resource $image ) imagesy() 返回 image 所代表的图像的高度。 Example #1 使用 im
标签: php php教程

发布于  2024-3-1 21:52

PHP:imagetruecolortopalette()的用法 PHP

imagetruecolortopalette (PHP 4 >= 4.0.6, PHP 5) imagetruecolortopalette — 将真彩色图像转换为调色板图像 说明 bool imagetruecolortopalette ( resource $image , bool
标签: php php教程

发布于  2024-3-1 21:52

PHP:imagesx()的用法 PHP

imagesx (PHP 4, PHP 5) imagesx — 取得图像宽度 说明 int imagesx ( resource $image ) imagesx() 返回 image 所代表的图像的宽度。 Example #1 使用 im
标签: php php教程

发布于  2024-3-1 21:52

PHP:imagesettile()的用法 PHP

imagesettile (PHP 4 >= 4.0.6, PHP 5) imagesettile — 设定用于填充的贴图 说明 bool imagesettile ( resource $image , resource $tile ) imagesetti
标签: php php教程

发布于  2024-3-1 21:52

PHP:imagesetstyle()的用法 PHP

imagesetstyle (PHP 4 >= 4.0.6, PHP 5) imagesetstyle — 设定画线的风格 说明 bool imagesetstyle ( resource $image , array $style ) imagesetstyle() 设定所有画
标签: php php教程

发布于  2024-3-1 21:52

PHP:imagesetthickness()的用法 PHP

imagesetthickness (PHP 4 >= 4.0.6, PHP 5) imagesetthickness — 设定画线的宽度 说明 bool imagesetthickness ( resource $image , int $thickness ) imagesetthickness
标签: php php教程

发布于  2024-3-1 21:52

PHP:imagestringup()的用法 PHP

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

发布于  2024-3-1 21:52

PHP:imagesetpixel()的用法 PHP

imagesetpixel (PHP 4, PHP 5) imagesetpixel — 画一个单一像素 说明 bool imagesetpixel ( resource $image , int $x , int $y , int $color ) imagesetpixel() 在 i
标签: php php教程

发布于  2024-3-1 21:52