upd: actual en-revision

git-svn-id: https://svn.php.net/repository/phpdoc/ru/trunk@347507 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
sergey
2019-05-29 04:14:49 +00:00
parent 8e5fb91b16
commit 2de0b9d327
2 changed files with 53 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: d71b60f004c258d6309b43ed07953b5455ef3c6a Maintainer: shein Status: ready -->
<!-- EN-Revision: 1415a3b5924fac07edab0b27a670ac97aaee5091 Maintainer: shein Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.array-merge" xmlns="http://docbook.org/ns/docbook">
@ -60,6 +60,32 @@
Возвращает результирующий массив.
</para>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>7.4.0</entry>
<entry>
Функция теперь может быть вызвана без каких-либо параметров.
Ранее требовался хотя бы один параметр.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>