网站首页

>>

PHP初级教程手册


函数:sem_acquire()



sem_acquire

捕获信号。

语法: int sem_acquire(int sem_identifier);

返回值: 整数

函数种类: 操作系统与环境

内容说明

本函数用来捕获系统信号 (semaphore)。若捕捉信号的数量超过限度 (max_acquire),则行程在捕捉时会先封锁 (block) 住信号。

参考

sem_get()  sem_release()  



整理: (www.phpernote.com)

[ 上一页 下一页 ]

|