svn: /phpdoc/ru/trunk/reference/ eio/functions/eio-chmod.xml eio/functions/eio-chown.xml ftp/functions/ftp-append.xml ftp/functions/ftp-fget.xml ftp/functions/ftp-fput.xml ftp/functions/ftp-nb-fget.xml ftp/functions/ftp-nb-fput.xml ftp/functions/ftp-nb-get.xml ftp/functions/ftp-nb-put.xml ftp/functions/ftp-put.xml network/functions/ip2long.xml strings/functions/str-replace.xml
[email protected] (Sergey Panteleev)
| Newsgroups | php.doc.ru |
|---|---|
| Message-ID | <[email protected]> |
sergey Wed, 16 Oct 2019 09:29:35 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=348171
Log:
docs(ru): Updated to English revision
Changed paths:
U phpdoc/ru/trunk/reference/eio/functions/eio-chmod.xml
U phpdoc/ru/trunk/reference/eio/functions/eio-chown.xml
U phpdoc/ru/trunk/reference/ftp/functions/ftp-append.xml
U phpdoc/ru/trunk/reference/ftp/functions/ftp-fget.xml
U phpdoc/ru/trunk/reference/ftp/functions/ftp-fput.xml
U phpdoc/ru/trunk/reference/ftp/functions/ftp-nb-fget.xml
U phpdoc/ru/trunk/reference/ftp/functions/ftp-nb-fput.xml
U phpdoc/ru/trunk/reference/ftp/functions/ftp-nb-get.xml
U phpdoc/ru/trunk/reference/ftp/functions/ftp-nb-put.xml
U phpdoc/ru/trunk/reference/ftp/functions/ftp-put.xml
U phpdoc/ru/trunk/reference/network/functions/ip2long.xml
U phpdoc/ru/trunk/reference/strings/functions/str-replace.xml
svn-diffs-348171.txt
(text/x-diff, 13 KB)
Modified: phpdoc/ru/trunk/reference/eio/functions/eio-chmod.xml
===================================================================
--- phpdoc/ru/trunk/reference/eio/functions/eio-chmod.xml 2019-10-15 21:04:53 UTC (rev 348170)
+++ phpdoc/ru/trunk/reference/eio/functions/eio-chmod.xml 2019-10-16 09:29:35 UTC (rev 348171)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 347831 Maintainer: aur Status: ready -->
+<!-- EN-Revision: 348155 Maintainer: aur Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<refentry xml:id="function.eio-chmod" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
Modified: phpdoc/ru/trunk/reference/eio/functions/eio-chown.xml
===================================================================
--- phpdoc/ru/trunk/reference/eio/functions/eio-chown.xml 2019-10-15 21:04:53 UTC (rev 348170)
+++ phpdoc/ru/trunk/reference/eio/functions/eio-chown.xml 2019-10-16 09:29:35 UTC (rev 348171)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 347831 Maintainer: aur Status: ready -->
+<!-- EN-Revision: 348155 Maintainer: aur Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<refentry xml:id="function.eio-chown" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
Modified: phpdoc/ru/trunk/reference/ftp/functions/ftp-append.xml
===================================================================
--- phpdoc/ru/trunk/reference/ftp/functions/ftp-append.xml 2019-10-15 21:04:53 UTC (rev 348170)
+++ phpdoc/ru/trunk/reference/ftp/functions/ftp-append.xml 2019-10-16 09:29:35 UTC (rev 348171)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 347004 Maintainer: lex Status: ready -->
+<!-- EN-Revision: 348169 Maintainer: lex Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.ftp-append" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -16,7 +16,7 @@
<methodparam><type>resource</type><parameter>ftp</parameter></methodparam>
<methodparam><type>string</type><parameter>remote_file</parameter></methodparam>
<methodparam><type>string</type><parameter>local_file</parameter></methodparam>
- <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_IMAGE</constant></initializer></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_BINARY</constant></initializer></methodparam>
</methodsynopsis>
<para>
Modified: phpdoc/ru/trunk/reference/ftp/functions/ftp-fget.xml
===================================================================
--- phpdoc/ru/trunk/reference/ftp/functions/ftp-fget.xml 2019-10-15 21:04:53 UTC (rev 348170)
+++ phpdoc/ru/trunk/reference/ftp/functions/ftp-fget.xml 2019-10-16 09:29:35 UTC (rev 348171)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 345129 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 348169 Maintainer: shein Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.ftp-fget" xmlns="http://docbook.org/ns/docbook">
@@ -14,7 +14,7 @@
<methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam>
<methodparam><type>resource</type><parameter>handle</parameter></methodparam>
<methodparam><type>string</type><parameter>remote_file</parameter></methodparam>
- <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_IMAGE</constant></initializer></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_BINARY</constant></initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>resumepos</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
<para>
Modified: phpdoc/ru/trunk/reference/ftp/functions/ftp-fput.xml
===================================================================
--- phpdoc/ru/trunk/reference/ftp/functions/ftp-fput.xml 2019-10-15 21:04:53 UTC (rev 348170)
+++ phpdoc/ru/trunk/reference/ftp/functions/ftp-fput.xml 2019-10-16 09:29:35 UTC (rev 348171)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 345129 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 348169 Maintainer: shein Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.ftp-fput" xmlns="http://docbook.org/ns/docbook">
@@ -14,7 +14,7 @@
<methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam>
<methodparam><type>string</type><parameter>remote_file</parameter></methodparam>
<methodparam><type>resource</type><parameter>handle</parameter></methodparam>
- <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_IMAGE</constant></initializer></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_BINARY</constant></initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>startpos</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
<para>
Modified: phpdoc/ru/trunk/reference/ftp/functions/ftp-nb-fget.xml
===================================================================
--- phpdoc/ru/trunk/reference/ftp/functions/ftp-nb-fget.xml 2019-10-15 21:04:53 UTC (rev 348170)
+++ phpdoc/ru/trunk/reference/ftp/functions/ftp-nb-fget.xml 2019-10-16 09:29:35 UTC (rev 348171)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 345129 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 348169 Maintainer: shein Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.ftp-nb-fget" xmlns="http://docbook.org/ns/docbook">
@@ -14,7 +14,7 @@
<methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam>
<methodparam><type>resource</type><parameter>handle</parameter></methodparam>
<methodparam><type>string</type><parameter>remote_file</parameter></methodparam>
- <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_IMAGE</constant></initializer></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_BINARY</constant></initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>resumepos</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
<para>
Modified: phpdoc/ru/trunk/reference/ftp/functions/ftp-nb-fput.xml
===================================================================
--- phpdoc/ru/trunk/reference/ftp/functions/ftp-nb-fput.xml 2019-10-15 21:04:53 UTC (rev 348170)
+++ phpdoc/ru/trunk/reference/ftp/functions/ftp-nb-fput.xml 2019-10-16 09:29:35 UTC (rev 348171)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 345129 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 348169 Maintainer: shein Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.ftp-nb-fput" xmlns="http://docbook.org/ns/docbook">
@@ -14,7 +14,7 @@
<methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam>
<methodparam><type>string</type><parameter>remote_file</parameter></methodparam>
<methodparam><type>resource</type><parameter>handle</parameter></methodparam>
- <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_IMAGE</constant></initializer></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_BINARY</constant></initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>startpos</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
<para>
Modified: phpdoc/ru/trunk/reference/ftp/functions/ftp-nb-get.xml
===================================================================
--- phpdoc/ru/trunk/reference/ftp/functions/ftp-nb-get.xml 2019-10-15 21:04:53 UTC (rev 348170)
+++ phpdoc/ru/trunk/reference/ftp/functions/ftp-nb-get.xml 2019-10-16 09:29:35 UTC (rev 348171)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 345129 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 348169 Maintainer: shein Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.ftp-nb-get" xmlns="http://docbook.org/ns/docbook">
@@ -14,7 +14,7 @@
<methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam>
<methodparam><type>string</type><parameter>local_file</parameter></methodparam>
<methodparam><type>string</type><parameter>remote_file</parameter></methodparam>
- <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_IMAGE</constant></initializer></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_BINARY</constant></initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>resumepos</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
<para>
Modified: phpdoc/ru/trunk/reference/ftp/functions/ftp-nb-put.xml
===================================================================
--- phpdoc/ru/trunk/reference/ftp/functions/ftp-nb-put.xml 2019-10-15 21:04:53 UTC (rev 348170)
+++ phpdoc/ru/trunk/reference/ftp/functions/ftp-nb-put.xml 2019-10-16 09:29:35 UTC (rev 348171)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 345129 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 348169 Maintainer: shein Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.ftp-nb-put" xmlns="http://docbook.org/ns/docbook">
@@ -14,7 +14,7 @@
<methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam>
<methodparam><type>string</type><parameter>remote_file</parameter></methodparam>
<methodparam><type>string</type><parameter>local_file</parameter></methodparam>
- <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_IMAGE</constant></initializer></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_BINARY</constant></initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>startpos</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
<para>
Modified: phpdoc/ru/trunk/reference/ftp/functions/ftp-put.xml
===================================================================
--- phpdoc/ru/trunk/reference/ftp/functions/ftp-put.xml 2019-10-15 21:04:53 UTC (rev 348170)
+++ phpdoc/ru/trunk/reference/ftp/functions/ftp-put.xml 2019-10-16 09:29:35 UTC (rev 348171)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 345129 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 348169 Maintainer: shein Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.ftp-put" xmlns="http://docbook.org/ns/docbook">
@@ -14,7 +14,7 @@
<methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam>
<methodparam><type>string</type><parameter>remote_file</parameter></methodparam>
<methodparam><type>string</type><parameter>local_file</parameter></methodparam>
- <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_IMAGE</constant></initializer></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_BINARY</constant></initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>startpos</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
<para>
Modified: phpdoc/ru/trunk/reference/network/functions/ip2long.xml
===================================================================
--- phpdoc/ru/trunk/reference/network/functions/ip2long.xml 2019-10-15 21:04:53 UTC (rev 348170)
+++ phpdoc/ru/trunk/reference/network/functions/ip2long.xml 2019-10-16 09:29:35 UTC (rev 348171)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 342153 Maintainer: bfl Status: ready -->
+<!-- EN-Revision: 348167 Maintainer: bfl Status: ready -->
<!-- Reviewed: yes Maintainer: lex -->
<!-- $Revision$ -->
<refentry xml:id="function.ip2long" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
Modified: phpdoc/ru/trunk/reference/strings/functions/str-replace.xml
===================================================================
--- phpdoc/ru/trunk/reference/strings/functions/str-replace.xml 2019-10-15 21:04:53 UTC (rev 348170)
+++ phpdoc/ru/trunk/reference/strings/functions/str-replace.xml 2019-10-16 09:29:35 UTC (rev 348171)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 334592 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 348167 Maintainer: shein Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.str-replace">