reference/spl/filesystemiterator/key.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.key" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>FilesystemIterator::key</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="FilesystemIterator">
13
12
<modifier>public</modifier> <type>string</type><methodname>FilesystemIterator::key</methodname>
14
-
<void />
13
+
<void/>
15
14
</methodsynopsis>
16
15
</refsect1>
17
16

...
...
@@ -46,9 +45,11 @@ foreach ($iterator as $fileinfo) {
46
45
?>
47
46
]]>
48
47
</programlisting>
49
-
&example.outputs.similar;
48
+
&example.outputs.82.similar;
50
49
<screen>
51
50
<![CDATA[
51
+
.
52
+
..
52
53
apple.jpg
53
54
banana.jpg
54
55
example.php
...
...
@@ -70,7 +71,6 @@ example.php
70
71
</para>
71
72
</refsect1>
72
73
</refentry>
73
-

74
74
<!-- Keep this comment at the end of the file
75
75
Local variables:
76
76
mode: sgml
77
77