Skip to content

Commit 9c29e6f

Browse files
author
Pedro Antonio Gil Rodríguez
committed
Actualización a la última versión
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@343274 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent aa676b9 commit 9c29e6f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

reference/stream/functions/stream-copy-to-stream.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: seros Status: ready -->
3+
<!-- EN-Revision: 604ce6e4e62c8ed349f98a305d90a38b717cc081 Maintainer: seros Status: ready -->
4+
<!-- Reviewed: no -->
45
<refentry xml:id="function.stream-copy-to-stream" xmlns="http://docbook.org/ns/docbook">
56
<refnamediv>
67
<refname>stream_copy_to_stream</refname>
@@ -24,7 +25,7 @@
2425
<parameter>source</parameter> será copiado.
2526
</para>
2627
</refsect1>
27-
28+
2829
<refsect1 role="parameters">
2930
&reftitle.parameters;
3031
<para>
@@ -64,14 +65,14 @@
6465
</variablelist>
6566
</para>
6667
</refsect1>
67-
68+
6869
<refsect1 role="returnvalues">
6970
&reftitle.returnvalues;
7071
<para>
71-
Devuelve la cuenta total de bytes copiados.
72+
Devuelve el número total de bytes copiados, &return.falseforfailure;.
7273
</para>
7374
</refsect1>
74-
75+
7576
<refsect1 role="changelog">
7677
&reftitle.changelog;
7778
<para>
@@ -95,7 +96,7 @@
9596
</informaltable>
9697
</para>
9798
</refsect1>
98-
99+
99100
<refsect1 role="examples">
100101
&reftitle.examples;
101102
<para>
@@ -117,7 +118,7 @@ echo stream_copy_to_stream($origen, $destino2) . " bytes copiados a resto.txt\n"
117118
</example>
118119
</para>
119120
</refsect1>
120-
121+
121122
<refsect1 role="seealso">
122123
&reftitle.seealso;
123124
<para>

0 commit comments

Comments
 (0)