PHP:imagefilledarc()的用法 PHP
imagefilledarc
(PHP 4 >= 4.0.6, PHP 5)
imagefilledarc — 画一椭圆弧且填充
说明
bool imagefilledarc
( resource $image
, int $cx
, int $cy
, int $width
, int $he
PHP:imagefontheight()的用法 PHP
imagefontheight
(PHP 4, PHP 5)
imagefontheight — 取得字体高度
说明
int imagefontheight
( int $font
)
返回指定字体一个字符高度的像素值。
PHP:imageflip()的用法 PHP
imageflip
(PHP 5 >= 5.5.0)
imageflip — Flips an image using a given mode
说明
bool imageflip
( resource $image
, int $mode
)
Flips the image image using the given
PHP:imagefilter()的用法 PHP
imagefilter
(PHP 5)
imagefilter — 对图像使用过滤器
说明
bool imagefilter
( resource $src_im
, int $filtertype
[, int $arg1
[, int $arg2
[, int $arg3
]]] )
PHP:imagefilledrectangle()的用法 PHP
imagefilledrectangle
(PHP 4, PHP 5)
imagefilledrectangle — 画一矩形并填充
说明
bool imagefilledrectangle
( resource $image
, int $x1
, int $y1
, int $x
PHP:imagexbm()的用法 PHP
imagexbm
(PHP 5)
imagexbm — 将 XBM 图像输出到浏览器或文件
说明
bool imagexbm
( resource $image
, string $filename
[, int $foreground
] )
将 XBM 图像 ima
PHP:imagewbmp()的用法 PHP
imagewbmp
(PHP 4 >= 4.0.1, PHP 5)
imagewbmp — 以 WBMP 格式将图像输出到浏览器或文件
说明
bool imagewbmp
( resource $image
[, string $filename
[, int $foregrou
PHP:imagewebp()的用法 PHP
imagewebp
(PHP 5 >= 5.5.0)
imagewebp — 将 WebP 格式的图像输出到浏览器或文件
说明
bool imagewebp
( resource $image
, string $filename
)
将 image 参数
PHP:imagetypes()的用法 PHP
imagetypes
(PHP 4 >= 4.0.2, PHP 5)
imagetypes — 返回当前 PHP 版本所支持的图像类型
说明
int imagetypes
( void
)
本函数以比特字段方式
PHP:iconv()的用法 PHP
iconv (PHP 4 = 4.0.5, PHP 5)
iconv — 字符串按要求的字符编码来转换 说明 string iconv ( string $in_charset , string $out_charset , ...