(PHP 4 >= 4.1.0, PHP 5, PHP 7)
sem_remove — Remove a semaphore
$sem_identifier
)sem_remove() removes the given semaphore.
After removing the semaphore, it is no longer accessible.
Retorna TRUE
em caso de sucesso ou FALSE
em caso de falha.