cvs: phpdoc-da /reference/array/functions reset.xml

[email protected] ("Jesper Laursen") Sat, 30 Oct 2004 21:08:32 -0000
Newsgroups php.doc.da
Message-ID <cvslauer1099170512@cvsserver>
lauer		Sat Oct 30 17:08:32 2004 EDT

  Modified files:              
    /phpdoc-da/reference/array/functions	reset.xml 
  Log:
  Sync with EN
  
http://cvs.php.net/diff.php/phpdoc-da/reference/array/functions/reset.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc-da/reference/array/functions/reset.xml
diff -u phpdoc-da/reference/array/functions/reset.xml:1.1 phpdoc-da/reference/array/functions/reset.xml:1.2
--- phpdoc-da/reference/array/functions/reset.xml:1.1	Sat Oct  9 17:36:23 2004
+++ phpdoc-da/reference/array/functions/reset.xml	Sat Oct 30 17:08:27 2004
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
-<!-- EN-Revision: 1.11 Maintainer: lauer Status: ready -->
+<!-- $Revision: 1.2 $ -->
+<!-- EN-Revision: 1.12 Maintainer: lauer Status: ready -->
   <refentry id="function.reset">
    <refnamediv>
     <refname>reset</refname>
@@ -17,7 +17,7 @@
     <para>
      <function>reset</function> sætter et <parameter>array</parameter>'s
      internal pointer tilbage til det første element og returnerer værdien 
-     af det element.
+     af det element eller &false hvis arrayet er tomt.
     </para>
     <para>
      <example>