Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
sem_remove
Description
bool sem_remove ( resource sem_identifier )
sem_remove() removes the semaphore
sem_identifier
if it
has been created by sem_get(),
otherwise generates a warning.
Vracà TRUE pÅ™i úspÄ›chu, FALSE pÅ™i selhánÃ.
After removing the semaphore, it is no more accessible.
See also sem_get(), sem_release() and sem_acquire().
PÅ™edcházejÃcà | Domů | Dalšà |
sem_release | Nahoru |