git-svn-id: https://svn.php.net/repository/phpdoc/ru/trunk@346103 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Alexey Pyltsyn
2018-11-28 09:38:24 +00:00
parent b805115350
commit afc39c4f16
17 changed files with 60 additions and 95 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 74ad648bc85a97bebc922933f8c47a71251e8c40 Maintainer: shein Status: ready -->
<!-- EN-Revision: 962214a5ccef8b5be8d20b80a621ad4f27b4f883 Maintainer: shein Status: ready -->
<!-- Reviewed: yes Maintainer: rjhdby -->
<!-- $Revision$ -->
<refentry xml:id="function.call-user-method" xmlns="http://docbook.org/ns/docbook">
@ -21,7 +21,6 @@
<type>mixed</type><methodname>call_user_method</methodname>
<methodparam><type>string</type><parameter>method_name</parameter></methodparam>
<methodparam><type>object</type><parameter role="reference">obj</parameter></methodparam>
<methodparam choice="opt"><type>mixed</type><parameter>parameter</parameter></methodparam>
<methodparam choice="opt"><type>mixed</type><parameter>...</parameter></methodparam>
</methodsynopsis>
</refsect1>
@ -50,7 +49,7 @@
</varlistentry>
<varlistentry>
<term>
<parameter>parameter ...</parameter>
<parameter>...</parameter>
</term>
<listitem>
<para>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 0296bdbc0ea6902e95564a8bb1d2f762a2db6964 Maintainer: shein Status: ready -->
<!-- EN-Revision: a1060b5268486dce97447b9fc603f9ed33ea2a5a Maintainer: shein Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.is-a" xmlns="http://docbook.org/ns/docbook">
@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>is_a</methodname>
<methodparam><type>object</type><parameter>object</parameter></methodparam>
<methodparam><type>mixed</type><parameter>object</parameter></methodparam>
<methodparam><type>string</type><parameter>class_name</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>allow_string</parameter><initializer>&false;</initializer></methodparam>
</methodsynopsis>
@ -29,7 +29,7 @@
<term><parameter>object</parameter></term>
<listitem>
<para>
Проверяемый объект
Имя класса или объект
</para>
</listitem>
</varlistentry>