reference/spl/filesystemiterator/current.xml
a7d00d0b9169ac0ca5e35dbed32ee288f4614586
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="filesystemiterator.current" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>FilesystemIterator::current</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>public</modifier> <type>mixed</type><methodname>FilesystemIterator::current</methodname>
14
-
<void />
11
+
<methodsynopsis role="FilesystemIterator">
12
+
<modifier>public</modifier> <type class="union"><type>string</type><type>SplFileInfo</type><type>FilesystemIterator</type></type><methodname>FilesystemIterator::current</methodname>
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
Get file information of the current element.
...
...
@@ -50,9 +49,11 @@ foreach ($iterator as $fileinfo) {
50
49
?>
51
50
]]>
52
51
</programlisting>
53
-
&example.outputs.similar;
52
+
&example.outputs.82.similar;
54
53
<screen>
55
54
<![CDATA[
55
+
/www/examples/.
56
+
/www/examples/..
56
57
/www/examples/apple.jpg
57
58
/www/examples/banana.jpg
58
59
/www/examples/example.php
...
...
@@ -74,7 +75,6 @@ foreach ($iterator as $fileinfo) {
74
75
</refsect1>
75
76

76
77
</refentry>
77
-

78
78
<!-- Keep this comment at the end of the file
79
79
Local variables:
80
80
mode: sgml
81
81