svn: /phpdoc/de/trunk/reference/dir/directory/ close.xml read.xml rewind.xml
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Tue, 19 Jun 2018 14:45:53 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=345169
Log:
Sync with EN
Changed paths:
U phpdoc/de/trunk/reference/dir/directory/close.xml
U phpdoc/de/trunk/reference/dir/directory/read.xml
U phpdoc/de/trunk/reference/dir/directory/rewind.xml
Modified: phpdoc/de/trunk/reference/dir/directory/close.xml
===================================================================
--- phpdoc/de/trunk/reference/dir/directory/close.xml 2018-06-19 14:40:15 UTC (rev 345168)
+++ phpdoc/de/trunk/reference/dir/directory/close.xml 2018-06-19 14:45:53 UTC (rev 345169)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 321886 Maintainer: tihox Status: ready -->
+<!-- EN-Revision: 345164 Maintainer: tihox Status: ready -->
<refentry xml:id="directory.close" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -16,7 +16,7 @@
</methodsynopsis>
<para>
Genau wie <function>closedir</function>, nur ist <parameter>
- dir_handle</parameter> standardmäßig <varname>$this</varname>.
+ dir_handle</parameter> standardmäßig <varname>$this->handle</varname>.
</para>
</refsect1>
Modified: phpdoc/de/trunk/reference/dir/directory/read.xml
===================================================================
--- phpdoc/de/trunk/reference/dir/directory/read.xml 2018-06-19 14:40:15 UTC (rev 345168)
+++ phpdoc/de/trunk/reference/dir/directory/read.xml 2018-06-19 14:45:53 UTC (rev 345169)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 321886 Maintainer: tihox Status: ready -->
+<!-- EN-Revision: 345164 Maintainer: tihox Status: ready -->
<refentry xml:id="directory.read" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -16,7 +16,7 @@
</methodsynopsis>
<para>
Genau wie <function>readdir</function>, nur ist <parameter>
- dir_handle</parameter> standardmäßig <varname>$this</varname>.
+ dir_handle</parameter> standardmäßig <varname>$this->handle</varname>.
</para>
</refsect1>
Modified: phpdoc/de/trunk/reference/dir/directory/rewind.xml
===================================================================
--- phpdoc/de/trunk/reference/dir/directory/rewind.xml 2018-06-19 14:40:15 UTC (rev 345168)
+++ phpdoc/de/trunk/reference/dir/directory/rewind.xml 2018-06-19 14:45:53 UTC (rev 345169)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 321886 Maintainer: tihox Status: ready -->
+<!-- EN-Revision: 345164 Maintainer: tihox Status: ready -->
<refentry xml:id="directory.rewind" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -16,7 +16,7 @@
</methodsynopsis>
<para>
Das gleiche wie <function>rewinddir</function>, nur ist <parameter>
- dir_handle</parameter> standardmäßig <varname>$this</varname>.
+ dir_handle</parameter> standardmäßig <varname>$this->handle</varname>.
</para>
</refsect1>