Remove a semaphore
$semaphore
sem_remove removes the given semaphore.
After removing the semaphore, it is no longer accessible.
semaphore
A semaphore as returned by sem_get.
Returns true on success or false on failure.
true
false