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
This commit is contained in:
Damien Seguy 2001-05-16 09:27:13 +00:00
parent e4738deb2c
commit db099ac32d

View file

@ -95,7 +95,7 @@
</para>
<note>
<simpara>
This function does not work on Windows systems
This function does not work on Windows systems.
</simpara>
</note>
</refsect1>
@ -167,12 +167,52 @@
</para>
<note>
<simpara>
This function does not work on Windows systems
This function does not work on Windows systems.
</simpara>
</note>
</refsect1>
</refentry>
<refentry id="function.sem-remove">
<refnamediv>
<refname>sem_remove</refname>
<refpurpose>Remove a semaphore</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<funcsynopsis>
<funcprototype>
<funcdef>int <function>sem_remove</function></funcdef>
<paramdef>int <parameter>sem_identifier</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<para>
Returns: <literal>TRUE</literal> on success, <literal>FALSE</literal>
on error.
</para>
<para>
<function>Sem_remove</function> remove the semaphore
<parameter>sem_identifier</parameter> if it
has been created by <function>sem_get</function>,
otherwise a warning is generated.
</para>
<para>
After removing the semaphore, it is no more accessible.
</para>
<para>
See also: <function>sem_get</function>,
<function>sem_release</function> and
<function>sem_acquire</function>.
</para>
<note>
<simpara>
This function does not work on Windows systems. It was added on
PHP 4.0.7.
</simpara>
</note>
</refsect1>
</refentry>
<refentry id="function.shm-attach">
<refnamediv>
<refname>shm_attach</refname>
@ -209,7 +249,7 @@
</para>
<note>
<simpara>
This function does not work on Windows systems
This function does not work on Windows systems.
</simpara>
</note>
</refsect1>
@ -256,7 +296,7 @@
</para>
<note>
<simpara>
This function does not work on Windows systems
This function does not work on Windows systems.
</simpara>
</note>
</refsect1>
@ -285,7 +325,7 @@
</para>
<note>
<simpara>
This function does not work on Windows systems
This function does not work on Windows systems.
</simpara>
</note>
</refsect1>
@ -313,7 +353,7 @@
</para>
<note>
<simpara>
This function does not work on Windows systems
This function does not work on Windows systems.
</simpara>
</note>
</refsect1>
@ -340,7 +380,7 @@
</para>
<note>
<simpara>
This function does not work on Windows systems
This function does not work on Windows systems.
</simpara>
</note>
</refsect1>