sem_remove
(PHP 4 >= 4.0.7, PHP 5)
sem_remove — Remove a semaphore
Descripción
bool sem_remove
( resource $sem_identifier
)
sem_remove() removes the given semaphore.
After removing the semaphore, it is no more accessible.
Valores retornados
Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo.
sem_remove
There are no user contributed notes for this page.
