didou Fri May 14 10:32:08 2004 EDT
Modified files:
/phpdoc/en/reference/strings/functions strtr.xml
Log:
talking two time about the return
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/strtr.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/strings/functions/strtr.xml
diff -u phpdoc/en/reference/strings/functions/strtr.xml:1.4
phpdoc/en/reference/strings/functions/strtr.xml:1.5
--- phpdoc/en/reference/strings/functions/strtr.xml:1.4 Fri May 30 12:36:18 2003
+++ phpdoc/en/reference/strings/functions/strtr.xml Fri May 14 10:32:08 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.strtr">
<refnamediv>
@@ -23,7 +23,7 @@
This function returns a copy of <parameter>str</parameter>,
translating all occurrences of each character in
<parameter>from</parameter> to the corresponding character in
- <parameter>to</parameter> and returning the result.
+ <parameter>to</parameter>.
</para>
<para>
If <parameter>from</parameter> and <parameter>to</parameter> are