| I. | Na początek | |
| II. | Instalacja i konfiguracja | |
| III. | Opis języka | |
| IV. | Bezpieczeństwo | |
| V. | Możliwości | |
| VI. | Opis funkcji | |
| VII. | Zend API | |
| VIII. | PHP API: Interfejs rozszerzeń | |
| X. | Dodatki | |
Copyright © 1997-2006 the PHP Documentation Group
sem_release() releases the semaphore if it is currently acquired by the calling process, otherwise a warning is generated.
Zwraca TRUE w przypadku sukcesu, FALSE w przypadku porażki.
After releasing the semaphore, sem_acquire() may be called to re-acquire it.
See also sem_get() and sem_acquire().
| Poprzedni | Spis treści | Następny |
| sem_get | Początek rozdziału | sem_remove |