svn: /phpdoc/ru/trunk/ appendices/resources.xml reference/sem/setup.xml reference/var/functions/gettype.xml
[email protected] (Sergey Panteleev) Mon, 23 Nov 2020 09:20:53 +0000
| Newsgroups | php.doc.ru |
|---|---|
| Message-ID | <[email protected]> |
sergey Mon, 23 Nov 2020 09:20:53 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351534
Log:
docs(ru): Updated to English revision
Changed paths:
U phpdoc/ru/trunk/appendices/resources.xml
U phpdoc/ru/trunk/reference/sem/setup.xml
U phpdoc/ru/trunk/reference/var/functions/gettype.xml
Modified: phpdoc/ru/trunk/appendices/resources.xml
===================================================================
--- phpdoc/ru/trunk/appendices/resources.xml 2020-11-23 09:15:21 UTC (rev 351533)
+++ phpdoc/ru/trunk/appendices/resources.xml 2020-11-23 09:20:53 UTC (rev 351534)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351506 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 351512 Maintainer: shein Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<appendix xml:id="resource" xmlns="http://docbook.org/ns/docbook">
@@ -2170,6 +2170,23 @@
<entry>Результат запроса базы данных Sybase с помощью библиотеки CT</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</entry>
+ </row>
+ <row>
<entry>sysvsem</entry>
<entry>
<function>sem_get</function>
Modified: phpdoc/ru/trunk/reference/sem/setup.xml
===================================================================
--- phpdoc/ru/trunk/reference/sem/setup.xml 2020-11-23 09:15:21 UTC (rev 351533)
+++ phpdoc/ru/trunk/reference/sem/setup.xml 2020-11-23 09:20:53 UTC (rev 351534)
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 351512 Maintainer: rjhdby Status: ready -->
<!-- Reviewed: yes -->
<chapter xml:id="sem.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
-
+
<!-- {{{ Requirements -->
<section xml:id="sem.requirements">
&reftitle.required;
@@ -12,22 +12,28 @@
&no.requirement;
</section>
<!-- }}} -->
-
+
<!-- {{{ Installation -->
&reference.sem.configure;
<!-- }}} -->
-
+
<!-- {{{ Configuration -->
&reference.sem.ini;
<!-- }}} -->
-
+
<!-- {{{ Resources -->
<section xml:id="sem.resources">
&reftitle.resources;
- &no.resource;
+
+ <para>
+ До PHP 8.0.0 модуль определял типы ресурсов
+ <literal>sysvmsg queue</literal> (очередь сообщений System V),
+ <literal>sysvsem</literal> (семафор System V) и
+ <literal>sysvshm</literal> (Разделяемая память System V).
+ </para>
</section>
<!-- }}} -->
-
+
</chapter>
<!-- Keep this comment at the end of the file
Modified: phpdoc/ru/trunk/reference/var/functions/gettype.xml
===================================================================
--- phpdoc/ru/trunk/reference/var/functions/gettype.xml 2020-11-23 09:15:21 UTC (rev 351533)
+++ phpdoc/ru/trunk/reference/var/functions/gettype.xml 2020-11-23 09:20:53 UTC (rev 351534)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351133 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 351521 Maintainer: shein Status: ready -->
<!-- Reviewed: yes Maintainer: lex -->
<!-- $Revision$ -->
<refentry xml:id="function.gettype" xmlns="http://docbook.org/ns/docbook">
@@ -40,60 +40,40 @@
&reftitle.returnvalues;
<para>
Возможными значениями возвращаемой строки являются:
- <itemizedlist>
- <listitem>
- <simpara>
- "<type>bool</type>"
- </simpara>
- </listitem>
- <listitem>
- <simpara>
- "<type>int</type>"
- </simpara>
- </listitem>
- <listitem>
- <simpara>
- "<type>double</type>" (по историческим причинам
- в случае типа <type>float</type> возвращается "double", а не просто
- "float")
- </simpara>
- </listitem>
- <listitem>
- <simpara>
- "<type>string</type>"
- </simpara>
- </listitem>
- <listitem>
- <simpara>
- "<type>array</type>"
- </simpara>
- </listitem>
- <listitem>
- <simpara>
- "<type>object</type>"
- </simpara>
- </listitem>
- <listitem>
- <simpara>
- "<type>resource</type>"
- </simpara>
- </listitem>
- <listitem>
- <simpara>
- "resource (closed)" с PHP 7.2.0
- </simpara>
- </listitem>
- <listitem>
- <simpara>
- "<type>NULL</type>"
- </simpara>
- </listitem>
- <listitem>
- <simpara>
- "unknown type"
- </simpara>
- </listitem>
- </itemizedlist>
+ <simplelist>
+ <member>
+ <literal>"boolean"</literal>
+ </member>
+ <member>
+ <literal>"integer"</literal>
+ </member>
+ <member>
+ <literal>"double"</literal> (по историческим причинам
+ в случае типа <type>float</type> возвращается <literal>"double"</literal>, а не просто
+ <literal>"float"</literal>)
+ </member>
+ <member>
+ <literal>"string"</literal>
+ </member>
+ <member>
+ <literal>"array"</literal>
+ </member>
+ <member>
+ <literal>"object"</literal>
+ </member>
+ <member>
+ <literal>"resource"</literal>
+ </member>
+ <member>
+ <literal>"resource (closed)"</literal> с PHP 7.2.0
+ </member>
+ <member>
+ <literal>"NULL"</literal>
+ </member>
+ <member>
+ <literal>"unknown type"</literal>
+ </member>
+ </simplelist>
</para>
</refsect1>