mirror of
https://github.com/php/doc-ru.git
synced 2025-08-16 18:22:04 +00:00
docs(ru): Updated to English revision
git-svn-id: https://svn.php.net/repository/phpdoc/ru/trunk@351534 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: acf3ad4cdc54585998e54b69ff316ea697358e0b Maintainer: shein Status: ready -->
|
||||
<!-- EN-Revision: b359f3f0d0c62ad2c1b72ed23bad7a71f758ecc1 Maintainer: shein Status: ready -->
|
||||
<!-- Reviewed: yes -->
|
||||
<!-- $Revision$ -->
|
||||
<appendix xml:id="resource" xmlns="http://docbook.org/ns/docbook">
|
||||
@ -2169,6 +2169,23 @@
|
||||
</entry>
|
||||
<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>
|
||||
|
@ -1,33 +1,39 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: af4410a7e15898c3dbe83d6ea38246745ed9c6fb Maintainer: rjhdby Status: ready -->
|
||||
<!-- EN-Revision: b359f3f0d0c62ad2c1b72ed23bad7a71f758ecc1 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;
|
||||
&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
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 86e6094e86b84a51d00ab217ac50ce8dde33d82a Maintainer: shein Status: ready -->
|
||||
<!-- EN-Revision: 75a1a31dc097f349058c8ac42a7b2e2d0f675f3e 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>
|
||||
|
||||
|
Reference in New Issue
Block a user