svn: /phpdoc/de/trunk/reference/dir/functions/ readdir.xml
[email protected] ("Carola 'Sammy' Kummert")
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
sammywg Thu, 21 Jan 2010 02:48:45 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=293797
Log:
sync with en
Changed paths:
U phpdoc/de/trunk/reference/dir/functions/readdir.xml
Modified: phpdoc/de/trunk/reference/dir/functions/readdir.xml
===================================================================
--- phpdoc/de/trunk/reference/dir/functions/readdir.xml 2010-01-21 02:47:41 UTC (rev 293796)
+++ phpdoc/de/trunk/reference/dir/functions/readdir.xml 2010-01-21 02:48:45 UTC (rev 293797)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 290410 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 293483 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.readdir" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -66,7 +66,6 @@
<programlisting role="php">
<![CDATA[
<?php
-// Beachten Sie, dass !== vor 4.0.0-RC2 nicht verfuegbar war
if ($handle = opendir('/path/to/files')) {
echo "Directory handle: $handle\n";