mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
intializers for msg_send() (doc #54755)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311150 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5474843de6
commit
31619124fa
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@
|
|||
<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>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>blocking</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>serialize</parameter><initializer>true</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>blocking</parameter><initializer>true</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter role="reference">errorcode</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue