NAME ^

php_sysvsem.pir - PHP sysvsem Library

DESCRIPTION ^

Functions ^

bool sem_acquire(resource id)
Acquires the semaphore with the given id, blocking if necessaryNOT IMPLEMENTED.
resource 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 simultaneouslyNOT IMPLEMENTED.
bool sem_release(resource id)
Releases the semaphore with the given idNOT IMPLEMENTED.
bool sem_remove(resource id)
Removes semaphore from Unix systemsNOT IMPLEMENTED.


parrot