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

[email protected] ("Jonathan Holst") Tue, 14 Jun 2005 21:45:26 -0000
Newsgroups php.doc.da
Message-ID <cvsholst1118785526@cvsserver>
holst		Tue Jun 14 17:45:26 2005 EDT

  Modified files:              
    /phpdoc-da/reference/strings/functions	explode.xml 
  Log:
  Sync with EN
  
http://cvs.php.net/diff.php/phpdoc-da/reference/strings/functions/explode.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc-da/reference/strings/functions/explode.xml
diff -u phpdoc-da/reference/strings/functions/explode.xml:1.8 phpdoc-da/reference/strings/functions/explode.xml:1.9
--- phpdoc-da/reference/strings/functions/explode.xml:1.8	Sat Sep 25 14:11:44 2004
+++ phpdoc-da/reference/strings/functions/explode.xml	Tue Jun 14 17:45:25 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
-<!-- EN-Revision: 1.8 Maintainer: holst Status: ready -->
+<!-- $Revision: 1.9 $ -->
+<!-- EN-Revision: 1.11 Maintainer: holst Status: ready -->
   <refentry id="function.explode">
    <refnamediv>
     <refname>explode</refname>
@@ -81,14 +81,12 @@
 // positiv grænse
 print_r(explode('|', $str, 2));
 
-// negativ grænse
+// negativ grænse (siden PHP 5.1)
 print_r(explode('|', $str, -1));
 ?>
 ]]>
       </programlisting>
-      <para>
-       Ovenstående eksempel ville udskrive:
-      </para>
+      &example.outputs;
       <screen>
 <![CDATA[
 Array