LMPX.COM |
Home | Linux | Mysql | PHP | XML | ||
|
|
|||
From: Kalle Sommer Nielsen Date: Tue Aug 19 18:17:16 2008 Subject: cvs: phpdoc-de /reference/array/functions next.xml
kalle Wed Aug 20 00:17:16 2008 UTC
Modified files:
/phpdoc-de/reference/array/functions next.xml
Log:
Fixes #45830 ([DE] /de/function.next.php - $transport = array('zu Fußfoot... must be 'zu Fuß')
http://cvs.php.net/viewvc.cgi/phpdoc-de/reference/array/functions/next.xml?r1=1.14&r2=1.15&diff_format=u
Index: phpdoc-de/reference/array/functions/next.xml
diff -u phpdoc-de/reference/array/functions/next.xml:1.14 phpdoc-de/reference/array/functions/next.xml:1.15
--- phpdoc-de/reference/array/functions/next.xml:1.14 Wed Jun 18 00:08:57 2008
+++ phpdoc-de/reference/array/functions/next.xml Wed Aug 20 00:17:16 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
<!-- 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ßfoot', 'Fahhrad', 'Auto', 'Flugzeug');
+$transport = array('zu Fuß', 'Fahhrad', '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 |