Remove a semaphore
$sem_identifier
sem_remove removes the given semaphore.
After removing the semaphore, it is no longer accessible.
sem_identifier
A semaphore resource identifier as returned by sem_get.
Returns TRUE on success or FALSE on failure.
TRUE
FALSE