Home  |  Linux  | Mysql  | PHP  | XML
From:Carola 'Sammy' Kummert Date:Wed Aug 20 06:47:13 2008
Subject:cvs: phpdoc-de /reference/array/functions next.xml
sammywg		Wed Aug 20 12:47:13 2008 UTC

  Modified files:              
    /phpdoc-de/reference/array/functions	next.xml 
  Log:
  typo
  
http://cvs.php.net/viewvc.cgi/phpdoc-de/reference/array/functions/next.xml?r1=1.15&r2=1.16&diff_format=u
Index: phpdoc-de/reference/array/functions/next.xml
diff -u phpdoc-de/reference/array/functions/next.xml:1.15 phpdoc-de/reference/array/functions/next.xml:1.16
--- phpdoc-de/reference/array/functions/next.xml:1.15	Wed Aug 20 00:17:16 2008
+++ phpdoc-de/reference/array/functions/next.xml	Wed Aug 20 12:47:13 2008
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
 <!-- EN-Revision: 1.11 Maintainer: nobody Status: ready -->
 <!-- CREDITS: tom -->
   <refentry xml:id="function.next" xmlns="http://docbook.org/ns/docbook">
@@ -45,7 +45,7 @@
       <programlisting role="php">
 <![CDATA[
 <?php
-$transport = array('zu Fuß', 'Fahhrad', 'Auto', 'Flugzeug');
+$transport = array('zu Fuß', 'Fahrrad', 'Auto', 'Flugzeug');
 $mode = current($transport); // $mode = 'zu Fuß';
 $mode = next($transport);    // $mode = 'Fahrrad';
 $mode = next($transport);    // $mode = 'Auto';


Navigate in group php.doc.de at sever news.php.net
Previous Next




  
© No Copyright
You are free to use Anything
Site Maintained by PHP Developer
Powered By PHP Consultants