mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
initializer for perm param in shm_attach() (doc #54756)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311151 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
31619124fa
commit
d0ded87aaf
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
<type>resource</type><methodname>shm_attach</methodname>
|
||||
<methodparam><type>int</type><parameter>key</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>memsize</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>perm</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>perm</parameter><initializer>0666</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>shm_attach</function> returns an id that can be used to access
|
||||
|
|
Loading…
Reference in a new issue