php man page for sem_remove

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 semaphore

SYNOPSIS
bool sem_remove (resource $sem_identifier)
DESCRIPTION
sem_remove(3) removes the given semaphore. After removing the semaphore, it is no longer accessible.
PARAMETERS
o $sem_identifier - A semaphore resource identifier as returned by sem_get(3).
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
sem_get(3), sem_release(3), sem_acquire(3). PHP Documentation Group SEM_REMOVE(3)
Related Man Pages
sem_unlink(3) - debian
sem_unlink(3) - centos
sem_getvalue(2) - hpux
sem_unlink(3) - osf1
sem_get(3) - php
Similar Topics in the Unix Linux Community
Semaphore Error