(PHP 4 >= 4.1.0, PHP 5)
sem_remove() removes the given semaphore.
After removing the semaphore, it is no more accessible.
sem_identifier
The semaphore identifier. Must have been created with sem_get(), otherwise a warning is generated.
Returns TRUE on success or FALSE on failure.