From db099ac32ddaeebe32788c3f328a275ae69be1be Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Wed, 16 May 2001 09:27:13 +0000 Subject: [PATCH] Added sem_remove from Gavin, and some missing full stops. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47568 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/sem.xml | 54 +++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 47 insertions(+), 7 deletions(-) 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.