svn: /phpdoc/ru/trunk/reference/ funchand/functions/unregister-tick-function.xml mysqli/mysqli/get-client-info.xml
[email protected] (Sergey Panteleev)
| Newsgroups | php.doc.ru |
|---|---|
| Message-ID | <[email protected]> |
sergey Tue, 21 Jan 2020 02:59:14 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=348988
Log:
docs(ru): Updated to English revision
Changed paths:
U phpdoc/ru/trunk/reference/funchand/functions/unregister-tick-function.xml
U phpdoc/ru/trunk/reference/mysqli/mysqli/get-client-info.xml
Modified: phpdoc/ru/trunk/reference/funchand/functions/unregister-tick-function.xml
===================================================================
--- phpdoc/ru/trunk/reference/funchand/functions/unregister-tick-function.xml 2020-01-21 01:14:24 UTC (rev 348987)
+++ phpdoc/ru/trunk/reference/funchand/functions/unregister-tick-function.xml 2020-01-21 02:59:14 UTC (rev 348988)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 346902 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 348964 Maintainer: shein Status: ready -->
<!-- Reviewed: yes Maintainer: lex -->
<!-- $Id -->
<refentry xml:id="function.unregister-tick-function" xmlns="http://docbook.org/ns/docbook">
@@ -26,7 +26,7 @@
<para>
<variablelist>
<varlistentry>
- <term><parameter>function_name</parameter></term>
+ <term><parameter>function</parameter></term>
<listitem>
<para>
Удаляемая функция.
Modified: phpdoc/ru/trunk/reference/mysqli/mysqli/get-client-info.xml
===================================================================
--- phpdoc/ru/trunk/reference/mysqli/mysqli/get-client-info.xml 2020-01-21 01:14:24 UTC (rev 348987)
+++ phpdoc/ru/trunk/reference/mysqli/mysqli/get-client-info.xml 2020-01-21 02:59:14 UTC (rev 348988)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343950 Maintainer: bfl Status: ready -->
+<!-- EN-Revision: 348968 Maintainer: bfl Status: ready -->
<!-- Reviewed: yes Maintainer: lex -->
<refentry xml:id="mysqli.get-client-info" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -9,7 +9,7 @@
<refname>mysqli_get_client_info</refname>
<refpurpose>Получает информацию о клиенте MySQL</refpurpose>
</refnamediv>
-
+
<refsect1 role="description">
&reftitle.description;
<para>&style.oop;</para>
@@ -21,13 +21,13 @@
<para>&style.procedural;</para>
<methodsynopsis>
<type>string</type><methodname>mysqli_get_client_info</methodname>
- <methodparam><type>mysqli</type><parameter>link</parameter></methodparam>
+ <methodparam choice="opt"><type>mysqli</type><parameter>link</parameter><initializer>NULL</initializer></methodparam>
</methodsynopsis>
<para>
Возвращает строку, содержащую версию клиентской библиотеки MySQL.
</para>
</refsect1>
-
+
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
@@ -34,7 +34,7 @@
Строка, содержащая версию клиентской библиотеки MySQL
</para>
</refsect1>
-
+
<refsect1 role="examples">
&reftitle.examples;
<para>
@@ -54,7 +54,7 @@
</example>
</para>
</refsect1>
-
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
@@ -65,7 +65,7 @@
</simplelist>
</para>
</refsect1>
-
+
</refentry>
<!-- Keep this comment at the end of the file