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

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

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="RecursiveDirectoryIterator">
13
12
<modifier>public</modifier> <type>string</type><methodname>RecursiveDirectoryIterator::getSubPathname</methodname>
14
-
<void />
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
Gets the sub path and filename.
...
...
@@ -45,7 +44,7 @@
45
44
$it = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($directory));
46
45
47
46
foreach ($it as $file) {
48
-
echo 'SubPathName: ' . $it->getSubPathName() . "\n";
47
+
echo 'SubPathName: ' . $it->getSubPathname() . "\n";
49
48
echo 'SubPath: ' . $it->getSubPath() . "\n\n";
50
49
}
51
50
]]>
...
...
@@ -78,7 +77,6 @@
78
77
</refsect1>
79
78

80
79
</refentry>
81
-

82
80
<!-- Keep this comment at the end of the file
83
81
Local variables:
84
82
mode: sgml
85
83