sem_remove() removes the semaphore sem_identifier if it has been created by sem_get(), otherwise generates a warning.
Возвращает TRUE в случае успешного завершения, FALSE в случае возникновения ошибки.
After removing the semaphore, it is no more accessible.
See also: sem_get(), sem_release() and sem_acquire().
Замечание: This function does not work on Windows systems. It was added on PHP 4.1.0.
Пред. | Начало | След. |
sem_release | Уровень выше | shm_attach |