位置: 编程技术 - 正文
推荐整理分享PHP:pcntl_setpriority()的用法_PCNTL函数,希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 5)
pcntl_setpriority — 修改任意进程的优先级
说明 bool pcntl_setpriority ( int $priority [, int $pid = getmypid() [, int $process_identifier = PRIO_PROCESS ]] )pcntl_setpriority() 设置进程号为 pid的进程的优先级。
参数priority
priority 通常时-至这个范围内的值。默认优先级是0,值越小代表 优先级越高。由于不同的系统类型以及内核版本下优先级可能不同,因此请参考您系统的setpriority(2) 手册以获取详细的规范。
pid如果没有指定,默认是当前进程的进程号。
process_identifierPRIO_PGRP(译注:获取进程组优先级), PRIO_USER (译注:获取用户进程优先级)或 PRIO_PROCESS(译注:默认值;获取进程优先级)三者之一。
返回值成功时返回 TRUE, 或者在失败时返回 FALSE。
参见pcntl_getpriority() - 获取任意进程的优先级
PHP:pcntl_exec()的用法_PCNTL函数 pcntl_exec(PHP4=4.2.0,PHP5)pcntl_exec在当前进程空间执行指定程序说明voidpcntl_exec(string$path[,array$args[,array$envs]])以给定参数执行程序。参数pathpath必须时可执行二
PHP:pcntl_get_last_error()的用法_PCNTL函数 pcntl_get_last_error(PHP5=5.3.4)pcntl_get_last_errorRetrievetheerrornumbersetbythelastpcntlfunctionwhichfailed说明intpcntl_get_last_error(void)Warning本函数还未编写文档,仅有参数列表
PHP:pcntl_alarm()的用法_PCNTL函数 pcntl_alarm(PHP4=4.3.0,PHP5)pcntl_alarm为进程设置一个alarm闹钟信号说明intpcntl_alarm(int$seconds)创建一个计时器,在指定的秒数后向进程发送一个SIGALRM信号。每次
标签: PHP:pcntl_setpriority()的用法_PCNTL函数
本文链接地址:https://www.jiuchutong.com/biancheng/284727.html 转载请保留说明!友情链接: 武汉网站建设