Forum und email

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.

Lista de parámetros

sem_identifier

The semaphore identifier. Must have been created with sem_get(), otherwise a warning is generated.

Valores retornados

Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo.