mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
proto fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157052 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8a0ace1912
commit
a0231f36da
6 changed files with 18 additions and 18 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.msg-get-queue">
|
||||
<refnamediv>
|
||||
<refname>msg_get_queue</refname>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>msg_get_queue</methodname>
|
||||
<type>resource</type><methodname>msg_get_queue</methodname>
|
||||
<methodparam><type>int</type><parameter>key</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>perms</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
@ -27,7 +27,7 @@
|
|||
will be ignored.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>msg_remove_queue</function>,
|
||||
See also <function>msg_remove_queue</function>,
|
||||
<function>msg_receive</function>, <function>msg_send</function>,
|
||||
<function>msg_stat_queue</function> and
|
||||
<function>msg_set_queue</function>.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.msg-receive">
|
||||
<refnamediv>
|
||||
<refname>msg_receive</refname>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>msg_receive</methodname>
|
||||
<methodparam><type>int</type><parameter>queue</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>queue</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>desiredmsgtype</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>msgtype</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>maxsize</parameter></methodparam>
|
||||
|
@ -104,7 +104,7 @@
|
|||
errno variable.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>msg_remove_queue</function>,
|
||||
See also <function>msg_remove_queue</function>,
|
||||
<function>msg_send</function>,
|
||||
<function>msg_stat_queue</function> and
|
||||
<function>msg_set_queue</function>.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.msg-remove-queue">
|
||||
<refnamediv>
|
||||
<refname>msg_remove_queue</refname>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>msg_remove_queue</methodname>
|
||||
<methodparam><type>int</type><parameter>queue</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>queue</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>msg_remove_queue</function> destroys the message queue specified
|
||||
|
@ -20,7 +20,7 @@
|
|||
release the system resources held by it.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>msg_remove_queue</function>,
|
||||
See also <function>msg_remove_queue</function>,
|
||||
<function>msg_receive</function>,
|
||||
<function>msg_stat_queue</function> and
|
||||
<function>msg_set_queue</function>.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.msg-send">
|
||||
<refnamediv>
|
||||
<refname>msg_send</refname>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>msg_send</methodname>
|
||||
<methodparam><type>int</type><parameter>queue</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>queue</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>msgtype</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>message</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>serialize</parameter></methodparam>
|
||||
|
@ -50,7 +50,7 @@
|
|||
<parameter>msg_stime</parameter> is set to the current time.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>msg_remove_queue</function>,
|
||||
See also <function>msg_remove_queue</function>,
|
||||
<function>msg_receive</function>,
|
||||
<function>msg_stat_queue</function> and
|
||||
<function>msg_set_queue</function>.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.msg-set-queue">
|
||||
<refnamediv>
|
||||
<refname>msg_set_queue</refname>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>msg_set_queue</methodname>
|
||||
<methodparam><type>int</type><parameter>queue</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>queue</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>data</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
@ -29,7 +29,7 @@
|
|||
system defined limit.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>msg_remove_queue</function>,
|
||||
See also <function>msg_remove_queue</function>,
|
||||
<function>msg_receive</function>,
|
||||
<function>msg_stat_queue</function> and
|
||||
<function>msg_set_queue</function>.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.msg-stat-queue">
|
||||
<refnamediv>
|
||||
<refname>msg_stat_queue</refname>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>msg_stat_queue</methodname>
|
||||
<methodparam><type>int</type><parameter>queue</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>queue</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>msg_stat_queue</function> returns the message queue meta data
|
||||
|
@ -92,7 +92,7 @@
|
|||
</table>
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>msg_remove_queue</function>,
|
||||
See also <function>msg_remove_queue</function>,
|
||||
<function>msg_receive</function>,
|
||||
<function>msg_stat_queue</function> and
|
||||
<function>msg_set_queue</function>.
|
||||
|
|
Loading…
Reference in a new issue