Query: sem_remove
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SEM_REMOVE(3) 1 SEM_REMOVE(3) sem_remove - Remove a semaphoreSYNOPSISbool sem_remove (resource $sem_identifier)DESCRIPTIONsem_remove(3) removes the given semaphore. After removing the semaphore, it is no longer accessible.PARAMETERSo $sem_identifier - A semaphore resource identifier as returned by sem_get(3).RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOsem_get(3), sem_release(3), sem_acquire(3). PHP Documentation Group SEM_REMOVE(3)
| Related Man Pages |
|---|
| sem_unlink(3) - centos |
| sem_close(2) - hpux |
| sem_close(3) - osf1 |
| sem_init(3) - osf1 |
| sem_get(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Semaphore Error |