Updated to English (#967)

* Update to English incompatible.xml

* Update to English variables.xml

* Update goto.xml

* Update to English class-alias.xml

* Update to English spl-autoload-register.xml

Слово true стало переменной &true; до изменения в англ. версии; обновление только номера ревизии

* Update to English spl-autoload.xml

* Update to English configure.xml

* Update to English getarchiveflag.xml

* Update to English database.xml
This commit is contained in:
Mikhail Alferov
2024-04-13 04:16:55 +03:00
committed by GitHub
parent 5ea388818a
commit b3aa94daf1
9 changed files with 89 additions and 51 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: c992cd3eb5c4a030697c2f126cf023041b923944 Maintainer: shein Status: ready -->
<!-- EN-Revision: 9a8a05e0133a3a255d0cadd669b18ff83dfe2a95 Maintainer: shein Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.class-alias" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@ -19,6 +19,12 @@
для пользовательского класса <parameter>class</parameter>.
Класс-псевдоним — тот же исходный класс.
</para>
<note>
<simpara>
C PHP 8.3.0 функция <function>class_alias()</function> также умеет
создавать псевдоним для внутреннего класса PHP.
</simpara>
</note>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
@ -60,6 +66,29 @@
</para>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.3.0</entry>
<entry>
Теперь функция <function>class_alias()</function> умеет
создавать псевдоним для внутреннего класса.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>