cvs: phpdoc-da /reference/strings/functions rtrim.xml

[email protected] ("Tom Sommer")
Newsgroups php.doc.da
Message-ID <cvstomsommer1089416072@cvsserver>
tomsommer		Fri Jul  9 19:34:32 2004 EDT

  Modified files:              
    /phpdoc-da/reference/strings/functions	rtrim.xml 
  Log:
  Sync with EN
  
  
http://cvs.php.net/diff.php/phpdoc-da/reference/strings/functions/rtrim.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc-da/reference/strings/functions/rtrim.xml
diff -u phpdoc-da/reference/strings/functions/rtrim.xml:1.1 phpdoc-da/reference/strings/functions/rtrim.xml:1.2
--- phpdoc-da/reference/strings/functions/rtrim.xml:1.1	Sat Jun 26 13:59:06 2004
+++ phpdoc-da/reference/strings/functions/rtrim.xml	Fri Jul  9 19:34:32 2004
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
-<!-- EN-Revision: 1.3 Maintainer: tomsommer Status: ready -->
+<!-- $Revision: 1.2 $ -->
+<!-- EN-Revision: 1.4 Maintainer: tomsommer Status: ready -->
   <refentry id="function.rtrim">
    <refnamediv>
     <refname>rtrim</refname>
@@ -83,7 +83,7 @@
 // $trimmed = "\t\tDette er nogle få ord :) ..."
 $trimmed = rtrim($tekst, " \t.");
 // $trimmed = "\t\tDette er nogle få ord :)"
-$ren = rtrim($binary, "\0x00..\0x1F");
+$ren = rtrim($binary, "\x00..\x1F");
 // Fjern ASCII kontroltegn fra enden af $binary 
 // (fra 0 til og med 31)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.