mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Doc Bug #54753 - Missing default value in msg_get_queue prototype - added default value for perms in signature
http://lxr.php.net/opengrok/xref/PHP_5_3/ext/sysvmsg/sysvmsg.c#254 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311094 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2a272c4ca0
commit
140520df70
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
<methodsynopsis>
|
||||
<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>
|
||||
<methodparam choice="opt"><type>int</type><parameter>perms</parameter><initializer>0666</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>msg_get_queue</function> returns an id that can be used to
|
||||
|
|
Loading…
Reference in a new issue