mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
some parameter description additions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255091 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
34752e3400
commit
a276c333e5
11 changed files with 30 additions and 18 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.msg-get-queue">
|
||||
<refnamediv>
|
||||
<refname>msg_get_queue</refname>
|
||||
|
@ -33,6 +33,7 @@
|
|||
<term><parameter>key</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Message queue numeric ID
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -52,7 +53,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns an id that can be used to access the System V message queue.
|
||||
Returns a resource handle that can be used to access the System V message queue.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -1,13 +1,11 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.msg-remove-queue">
|
||||
<refnamediv>
|
||||
<refname>msg_remove_queue</refname>
|
||||
<refpurpose>Destroy a message queue</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>msg_remove_queue</methodname>
|
||||
<methodparam><type>resource</type><parameter>queue</parameter></methodparam>
|
||||
|
@ -28,6 +26,7 @@
|
|||
<term><parameter>queue</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Message queue resource handle
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.msg-set-queue">
|
||||
<refnamediv>
|
||||
<refname>msg_set_queue</refname>
|
||||
|
@ -35,6 +35,7 @@
|
|||
<term><parameter>queue</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Message queue resource handle
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.msg-stat-queue">
|
||||
<refnamediv>
|
||||
<refname>msg_stat_queue</refname>
|
||||
|
@ -28,6 +28,7 @@
|
|||
<term><parameter>queue</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Message queue resource handle
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.sem-release">
|
||||
<refnamediv>
|
||||
<refname>sem_release</refname>
|
||||
|
@ -31,6 +31,8 @@
|
|||
<term><parameter>sem_identifier</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
A Semaphore resource handle as returned by
|
||||
<function>sem_get</function>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.sem-remove">
|
||||
<refnamediv>
|
||||
<refname>sem_remove</refname>
|
||||
|
@ -28,8 +28,8 @@
|
|||
<term><parameter>sem_identifier</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The semaphore identifier. Must have been created with
|
||||
<function>sem_get</function>, otherwise a warning is generated.
|
||||
A semaphore resource identifier as returned
|
||||
by <function>sem_get</function>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.shm-attach">
|
||||
<refnamediv>
|
||||
<refname>shm_attach</refname>
|
||||
|
@ -38,6 +38,7 @@
|
|||
<term><parameter>key</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
A numeric shared memory segment ID
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.shm-detach">
|
||||
<refnamediv>
|
||||
<refname>shm_detach</refname>
|
||||
|
@ -28,6 +28,8 @@
|
|||
<term><parameter>shm_identifier</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Ein Shared Memory Reosourcehandle wie von
|
||||
<function>shm_attach</function> geliefert.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.shm-put-var">
|
||||
<refnamediv>
|
||||
<refname>shm_put_var</refname>
|
||||
|
@ -35,6 +35,8 @@
|
|||
<term><parameter>shm_identifier</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
A shared memory resource handle as returned by
|
||||
<function>shm_attach</function>
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -42,6 +44,7 @@
|
|||
<term><parameter>variable_key</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The variable key.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.shm-remove-var">
|
||||
<refnamediv>
|
||||
<refname>shm_remove_var</refname>
|
||||
|
@ -28,7 +28,8 @@
|
|||
<term><parameter>shm_identifier</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The shared memory identifier.
|
||||
The shared memory identifier as returned by
|
||||
<function>shm_attach</function>
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.shm-remove">
|
||||
<refnamediv>
|
||||
<refname>shm_remove</refname>
|
||||
|
@ -26,7 +26,8 @@
|
|||
<term><parameter>shm_identifier</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The shared memory identifier.
|
||||
The shared memory identifier as returned by
|
||||
<function>shm_attach</function>
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue