PHP数组函数array_reverse()的用法 PHP
array_reverse
(PHP 4, PHP 5)
array_reverse —
返回一个单元顺序相反的数组
说明
array array_reverse
( array $array
[, bool $preserve_keys = false
] )
PHP:imagestring()的用法 PHP
imagestring
(PHP 4, PHP 5)
imagestring — 水平地画一行字符串
说明
bool imagestring
( resource $image
, int $font
, int $x
, int $y
, string $s
, int $col
)
PHP:imagesy()的用法 PHP
imagesy
(PHP 4, PHP 5)
imagesy — 取得图像高度
说明
int imagesy
( resource $image
)
imagesy() 返回
image 所代表的图像的高度。
Example #1 使用 im
PHP:imagetruecolortopalette()的用法 PHP
imagetruecolortopalette
(PHP 4 >= 4.0.6, PHP 5)
imagetruecolortopalette — 将真彩色图像转换为调色板图像
说明
bool imagetruecolortopalette
( resource $image
, bool
PHP:imagesx()的用法 PHP
imagesx
(PHP 4, PHP 5)
imagesx — 取得图像宽度
说明
int imagesx
( resource $image
)
imagesx() 返回
image 所代表的图像的宽度。
Example #1 使用 im
PHP:imagesettile()的用法 PHP
imagesettile
(PHP 4 >= 4.0.6, PHP 5)
imagesettile — 设定用于填充的贴图
说明
bool imagesettile
( resource $image
, resource $tile
)
imagesetti
PHP:imagesetstyle()的用法 PHP
imagesetstyle
(PHP 4 >= 4.0.6, PHP 5)
imagesetstyle — 设定画线的风格
说明
bool imagesetstyle
( resource $image
, array $style
)
imagesetstyle() 设定所有画
PHP:imagesetthickness()的用法 PHP
imagesetthickness
(PHP 4 >= 4.0.6, PHP 5)
imagesetthickness — 设定画线的宽度
说明
bool imagesetthickness
( resource $image
, int $thickness
)
imagesetthickness
PHP:imagestringup()的用法 PHP
imagestringup
(PHP 4, PHP 5)
imagestringup — 垂直地画一行字符串
说明
bool imagestringup
( resource $image
, int $font
, int $x
, int $y
, string
PHP:imagesetpixel()的用法 PHP
imagesetpixel
(PHP 4, PHP 5)
imagesetpixel — 画一个单一像素
说明
bool imagesetpixel
( resource $image
, int $x
, int $y
, int $color
)
imagesetpixel() 在 i