Обновление до английской версии

This commit is contained in:
Sergey Panteleev
2022-12-24 11:48:55 +03:00
parent 6a88e72457
commit 953999dfcd
6 changed files with 55 additions and 110 deletions

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 2761e65ea261c33f65a7854b567a5821cf06aaa7 Maintainer: shein Status: ready -->
<!-- EN-Revision: 944af3a79d0bb9520839a08414924e997a0dc01e Maintainer: shein Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.is-a" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>is_a</refname>
<refpurpose>Проверяет, относится ли объект к указанному типу объекта или имеет этот тип объекта в качестве одного из своих родителей</refpurpose>
<refpurpose>Проверяет, является ли объект указанным типом или подтипом</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
@ -35,7 +35,7 @@
<term><parameter>class</parameter></term>
<listitem>
<para>
Имя класса
Имя класса или интерфейса.
</para>
</listitem>
</varlistentry>