PHP:pcntl_wifstopped()的用法 PHP
pcntl_wifstopped
(PHP 4 >= 4.1.0, PHP 5)
pcntl_wifstopped — 检查子进程当前是否已经停止
说明
bool pcntl_wifstopped
( int $status
)
仅查子进程当前是否
PHP:imageline()的用法 PHP
imageline
(PHP 4, PHP 5)
imageline — 画一条线段
说明
bool imageline
( resource $image
, int $x1
, int $y1
, int $x2
, int $y2
, int $color
)
imageline()
PHP:imagepsfreefont()的用法 PHP
imagepsfreefont (PHP 4, PHP 5)
imagepsfreefont — 释放一个 PostScript Type 1 字体所占用的内存 说明 bool imagepsfreefont ( resourc...
PHP:imagepsextendfont()的用法 PHP
imagepsextendfont (PHP 4, PHP 5)
imagepsextendfont — 扩充或精简字体 说明 bool imagepsextendfont ( resource $font_index , fl...
PHP:imagepsloadfont()的用法 PHP
imagepsloadfont
(PHP 4, PHP 5)
imagepsloadfont — 从文件中加载一个 PostScript Type 1 字体
说明
resource imagepsloadfont
( string $filename
)
从文件 filename 中
PHP:imagepsslantfont()的用法 PHP
imagepsslantfont (PHP 4, PHP 5)
imagepsslantfont — 倾斜某字体 说明 bool imagepsslantfont ( resource $font_index , float $...
PHP:imagepstext()的用法 PHP
imagepstext
(PHP 4, PHP 5)
imagepstext — 用 PostScript Type1 字体把文本字符串画在图像上
说明
array imagepstext
( resource $image
, string $text
, resource $font_
PHP:imagerectangle()的用法 PHP
imagerectangle
(PHP 4, PHP 5)
imagerectangle — 画一个矩形
说明
bool imagerectangle
( resource $image
, int $x1
, int $y1
, int $x2
, int $y2
,
PHP:imagesavealpha()的用法 PHP
imagesavealpha
(PHP 4 >= 4.3.2, PHP 5)
imagesavealpha — 设置标记以在保存 PNG 图像时保存完整的 alpha 通道信息(与单一透明色相反)
说明
bool imagesavealph
PHP:imagesetbrush()的用法 PHP
imagesetbrush (PHP 5 = 5.5.0)
imagesetbrush — 设定画线用的画笔图像 说明 bool imagesetbrush ( resource $image , resource $brus...