NAME ^

php_sysvsem.pir - PHP sysvsem Library

DESCRIPTION ^

Functions ^

bool sem_acquire(resource id)

Acquires the semaphore with the given id, blocking if necessary

NOT 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 simultaneously

NOT IMPLEMENTED.

bool sem_release(resource id)

Releases the semaphore with the given id

NOT IMPLEMENTED.

bool sem_remove(resource id)

Removes semaphore from Unix systems

NOT IMPLEMENTED.


parrot