mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Document sysv* resources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351512 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
395ea247cf
commit
b359f3f0d0
2 changed files with 24 additions and 1 deletions
|
@ -2168,6 +2168,23 @@
|
|||
</entry>
|
||||
<entry>Sybase result using CT library</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>sysvmsg queue</entry>
|
||||
<entry>
|
||||
<function>msg_get_queue</function>
|
||||
</entry>
|
||||
<entry>
|
||||
<function>msg_queue_exists</function>,
|
||||
<function>msg_receive</function>,
|
||||
<function>msg_send</function>,
|
||||
<function>msg_set_queue</function>,
|
||||
<function>msg_stat_queue</function>
|
||||
</entry>
|
||||
<entry>
|
||||
<function>msg_remove_queue</function>
|
||||
</entry>
|
||||
<entry>System V Message Queue</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>sysvsem</entry>
|
||||
<entry>
|
||||
|
|
|
@ -22,7 +22,13 @@
|
|||
<!-- {{{ Resources -->
|
||||
<section xml:id="sem.resources">
|
||||
&reftitle.resources;
|
||||
&no.resource;
|
||||
|
||||
<para>
|
||||
Prior to PHP 8.0.0, this extension defined the resource types
|
||||
<literal>sysvmsg queue</literal> (System V Message Queue),
|
||||
<literal>sysvsem</literal> (System V Semaphore) and
|
||||
<literal>sysvshm</literal> (System V Shared Memory).
|
||||
</para>
|
||||
</section>
|
||||
<!-- }}} -->
|
||||
|
||||
|
|
Loading…
Reference in a new issue