php8.5
Home/ Manual/ sem / functions/ sem_remove

sem_remove

PHP function Edit on GitHub ✎

(PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8)

Remove a semaphore

Description

sem_remove(SysvSemaphore $semaphore): bool

sem_remove() removes the given semaphore.

After removing the semaphore, it is no longer accessible.

Parameters

semaphore

A semaphore as returned by sem_get().

Return Values

Success

Changelog

VersionDescription
8.0.0semaphore expects a SysvSemaphore instance now; previously, a resource was expected.

See Also

Source: reference/sem/functions/sem-remove.xml · from the official PHP manual (php/doc-en)