mirror of
https://github.com/php/doc-ru.git
synced 2025-07-28 06:39:58 +00:00
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:
@ -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>
|
||||
|
Reference in New Issue
Block a user