网站首页

>>

PHP初级教程手册


函数:sem_get()



sem_get

取得信号代码。

语法: int sem_get(int key, int [max_acquire] , int [perm]);

返回值: 整数

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

内容说明

本函数用来取得 System V 系统信号 (semaphore) 的代码值。参数 key 为存取信号的键值。参数 max_acquire 可省略,默认值为 1,表示同时可取得的处理数目。参数 perm 可省略,表示该内存空间的控制权限,默认值为 0666。

参考

sem_acquire()  sem_release()  



整理: (www.phpernote.com)

[ 上一页 下一页 ]

|