PHP:imagepsfreefont()的用法 PHP
imagepsfreefont (PHP 4, PHP 5)
imagepsfreefont — 释放一个 PostScript Type 1 字体所占用的内存 说明 bool imagepsfreefont ( resourc...
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:pcntl_wifstopped()的用法 PHP
pcntl_wifstopped
(PHP 4 >= 4.1.0, PHP 5)
pcntl_wifstopped — 检查子进程当前是否已经停止
说明
bool pcntl_wifstopped
( int $status
)
仅查子进程当前是否
PHP:pcntl_signal()的用法 PHP
pcntl_signal
(PHP 4 >= 4.1.0, PHP 5)
pcntl_signal — 安装一个信号处理器
说明
bool pcntl_signal
( int $signo
, callback $handler
[, bool $restart_syscalls = true
]
PHP:pcntl_wifsignaled()的用法 PHP
pcntl_wifsignaled
(PHP 4 >= 4.1.0, PHP 5)
pcntl_wifsignaled — 检查子进程状态码是否代表由于某个信号而中断
说明
bool pcntl_wifsignaled
( int $status
)
PHP:pcntl_wexitstatus()的用法 PHP
pcntl_wexitstatus (PHP 4 = 4.1.0, PHP 5)
pcntl_wexitstatus — 返回一个中断的子进程的返回代码 说明 int pcntl_wexitstatus ( int $stat...
PHP:pcntl_wifexited()的用法 PHP
pcntl_wifexited
(PHP 4 >= 4.1.0, PHP 5)
pcntl_wifexited — 检查状态代码是否代表一个正常的退出。
说明
bool pcntl_wifexited
( int $status
)
检查子进程
PHP:pcntl_wait()的用法 PHP
pcntl_wait (PHP 5)
pcntl_wait — 等待或返回fork的子进程状态 说明 int pcntl_wait ( int &$status [, int $options = 0 ] ) wait函数刮起当...
PHP:pcntl_waitpid()的用法 PHP
pcntl_waitpid
(PHP 4 >= 4.1.0, PHP 5)
pcntl_waitpid — 等待或返回fork的子进程状态
说明
int pcntl_waitpid
( int $pid
, int &$status
[, int $options = 0
] )
PHP:pcntl_strerror()的用法 PHP
pcntl_strerror
(PHP 5 >= 5.3.4)
pcntl_strerror — Retrieve the system error message associated with the given errno
说明
string pcntl_strerror
( int $errno
)
Warning本