Semaphore
PHP Manual

sem_remove

(PHP 4 >= 4.0.7, PHP 5)

sem_remove — Remove a semaphore

Опи�ание

bool sem_remove ( resource $sem_identifier )

sem_remove() removes the given semaphore.

After removing the semaphore, it is no more accessible.

Спи�ок параметров

sem_identifier

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

Возвращаемые значени�

Возвращает TRUE в �лучае у�пешного завершени� или FALSE в �лучае возникновени� ошибки.

Смотрите также


Semaphore
PHP Manual