mirror of
https://github.com/php/doc-ru.git
synced 2025-08-15 23:42:35 +00:00
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 94af09dfef5a1918d509f75c80051803d5e1e1e5 Maintainer: shein Status: ready -->
|
||||
<!-- EN-Revision: 76c26359d5e1293e4b0ca030dcb7fbec7f5b21cc Maintainer: shein Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
<refentry xml:id="function.key" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
@ -85,6 +85,7 @@ fruit5
|
||||
<simplelist>
|
||||
<member><function>current</function></member>
|
||||
<member><function>next</function></member>
|
||||
<member><function>array_key_first</function></member>
|
||||
<member><link linkend="control-structures.foreach">foreach</link></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 34892f82742329af7e7b4b22be6ad21418fd9768 Maintainer: rjhdby Status: ready -->
|
||||
<!-- EN-Revision: 620dfaa2440aeb9324ff34fa7b162eb7d64ae6b9 Maintainer: rjhdby Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
<refentry xml:id="function.imap-delete" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
@ -31,7 +31,9 @@
|
||||
<term><parameter>message_num</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Номер сообщения
|
||||
Строка (&string;), содержащая одно или несколько сообщений
|
||||
в формате последовательности в стиле IMAP4 (<literal>"n"</literal>, <literal>"n:m"</literal> или их комбинация,
|
||||
разделённая запятыми).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 34892f82742329af7e7b4b22be6ad21418fd9768 Maintainer: rjhdby Status: ready -->
|
||||
<!-- EN-Revision: 620dfaa2440aeb9324ff34fa7b162eb7d64ae6b9 Maintainer: rjhdby Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
<refentry xml:id="function.imap-undelete" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
@ -29,7 +29,9 @@
|
||||
<term><parameter>message_num</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Номер сообщения
|
||||
Строка (&string;), содержащая одно или несколько сообщений
|
||||
в формате последовательности в стиле IMAP4 (<literal>"n"</literal>, <literal>"n:m"</literal> или их комбинация,
|
||||
разделённая запятыми).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Reference in New Issue
Block a user