svn: /phpdoc/ru/trunk/reference/com/functions/ variant-get-type.xml variant-set-type.xml
[email protected] (Sergey Panteleev)
| Newsgroups | php.doc.ru |
|---|---|
| Message-ID | <[email protected]> |
sergey Sat, 19 Oct 2019 05:29:27 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=348182
Log:
docs(ru): Updated to English revision
Changed paths:
U phpdoc/ru/trunk/reference/com/functions/variant-get-type.xml
U phpdoc/ru/trunk/reference/com/functions/variant-set-type.xml
Modified: phpdoc/ru/trunk/reference/com/functions/variant-get-type.xml
===================================================================
--- phpdoc/ru/trunk/reference/com/functions/variant-get-type.xml 2019-10-19 05:18:28 UTC (rev 348181)
+++ phpdoc/ru/trunk/reference/com/functions/variant-get-type.xml 2019-10-19 05:29:27 UTC (rev 348182)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 297028 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 348180 Maintainer: rjhdby Status: ready -->
<!-- Reviewed: no -->
<!-- $Revision$ -->
<refentry xml:id="function.variant-get-type" xmlns="http://docbook.org/ns/docbook">
@@ -46,11 +46,14 @@
<constant>VT_DISPATCH</constant>; единственная причина, почему эта функция работает
для этих классов заключается в том, что COM и DOTNET являются потомками VARIANT.
</para>
+ </refsect1>
+
+ <refsect1 role="seealso">
+ &reftitle.seealso;
<para>
- До PHP 5, вы могли получить эту информацию ТОЛЬКО из
- экземпляра класса VARIANT, путем чтения псевдосвойства
- <parameter>type</parameter>. Более подробно описано на странице
- посвященной <xref linkend="class.variant"/>.
+ <simplelist>
+ <member><function>variant_set_type</function></member>
+ </simplelist>
</para>
</refsect1>
</refentry>
Modified: phpdoc/ru/trunk/reference/com/functions/variant-set-type.xml
===================================================================
--- phpdoc/ru/trunk/reference/com/functions/variant-set-type.xml 2019-10-19 05:18:28 UTC (rev 348181)
+++ phpdoc/ru/trunk/reference/com/functions/variant-set-type.xml 2019-10-19 05:29:27 UTC (rev 348182)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 334762 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 348180 Maintainer: rjhdby Status: ready -->
<!-- Reviewed: no -->
<!-- $Revision$ -->
<refentry xml:id="function.variant-set-type" xmlns="http://docbook.org/ns/docbook">
@@ -53,6 +53,7 @@
<para>
<simplelist>
<member><function>variant_cast</function></member>
+ <member><function>variant_get_type</function></member>
</simplelist>
</para>
</refsect1>