| Description | none | | Documentation | none |
| XML source | none |
| Translations | |
|
there is a proto in latest PHP 4 source:
int sem_get(int key [, int max_acquire [, int perm [, int auto_release]]) Return an id for the semaphore with the given key, and allow max_acquire (default 1) processes to acquire it simultaneously |
|