函数:sem_release()


sem_release

释出信号。

语法: int sem_release(int sem_identifier);

返回值: 整数

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

内容说明

本函数用来释出调用行程捕获的系统信号 (semaphore)。成功则返回 true 值。

参考

sem_get()  sem_acquire()  



[ 上一页 PHP 手册 下一页 ]

PHP 首页 | PHP 导读 | PHP 函数库 | PHP 函数索引 | PHP 范例程序