diff --git a/functions/sem.xml b/functions/sem.xml index 563e3ae221..0a50fba70c 100644 --- a/functions/sem.xml +++ b/functions/sem.xml @@ -95,7 +95,7 @@ - This function does not work on Windows systems + This function does not work on Windows systems. @@ -167,12 +167,52 @@ - This function does not work on Windows systems + This function does not work on Windows systems. + + + sem_remove + Remove a semaphore + + + Description + + + int sem_remove + int sem_identifier + + + + Returns: TRUE on success, FALSE + on error. + + + Sem_remove remove the semaphore + sem_identifier if it + has been created by sem_get, + otherwise a warning is generated. + + + 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.0.7. + + + + + shm_attach @@ -209,7 +249,7 @@ - This function does not work on Windows systems + This function does not work on Windows systems. @@ -256,7 +296,7 @@ - This function does not work on Windows systems + This function does not work on Windows systems. @@ -285,7 +325,7 @@ - This function does not work on Windows systems + This function does not work on Windows systems. @@ -313,7 +353,7 @@ - This function does not work on Windows systems + This function does not work on Windows systems. @@ -340,7 +380,7 @@ - This function does not work on Windows systems + This function does not work on Windows systems.