Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://oit.cmc.msu.ru/php/function.sem-remove.html
Дата изменения: Sun Feb 3 22:54:28 2002 Дата индексирования: Mon Oct 1 21:27:21 2012 Кодировка: |
Returns: TRUE on success, FALSE on error.
sem_remove() removes the semaphore sem_identifier if it has been created by sem_get(), otherwise generates a warning.
After removing the semaphore, it is no more accessible.
See also: sem_get(), sem_release() and sem_acquire().
Note: This function does not work on Windows systems. It was added on PHP 4.1.0.