mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
e4738deb2c
commit
db099ac32d
1 changed files with 47 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue