cvs: phpdoc-da /reference/strings/functions rtrim.xml
[email protected] ("Tom Sommer")
| Newsgroups | php.doc.da |
|---|---|
| Message-ID | <cvstomsommer1091659135@cvsserver> |
tomsommer Wed Aug 4 18:38:55 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.2&r2=1.3&ty=u
Index: phpdoc-da/reference/strings/functions/rtrim.xml
diff -u phpdoc-da/reference/strings/functions/rtrim.xml:1.2 phpdoc-da/reference/strings/functions/rtrim.xml:1.3
--- phpdoc-da/reference/strings/functions/rtrim.xml:1.2 Fri Jul 9 19:34:32 2004
+++ phpdoc-da/reference/strings/functions/rtrim.xml Wed Aug 4 18:38:55 2004
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
-<!-- EN-Revision: 1.4 Maintainer: tomsommer Status: ready -->
+<!-- $Revision: 1.3 $ -->
+<!-- EN-Revision: 1.5 Maintainer: tomsommer Status: ready -->
<refentry id="function.rtrim">
<refnamediv>
<refname>rtrim</refname>
@@ -73,8 +73,7 @@
</para>
<example>
<title>Eksempel på brug af <function>rtrim</function></title>
- <para>
- <programlisting role="php">
+ <programlisting role="php">
<![CDATA[
<?php
@@ -89,8 +88,7 @@
?>
]]>
- </programlisting>
- </para>
+ </programlisting>
</example>
<para>
Se også <function>trim</function> og <function>ltrim</function>.