reference/spl/directoryiterator/getbasename.xml
d51166ca16fda8e766849505b84f9306ef443f71
...
...
@@ -3,19 +3,14 @@
3
3
<refentry xml:id="directoryiterator.getbasename" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>DirectoryIterator::getBasename</refname>
6
-
<refpurpose>Get base name of current DirectoryIterator item.</refpurpose>
6
+
<refpurpose>Get base name of current DirectoryIterator item</refpurpose>
7
7
</refnamediv>
8
8

9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
-
<methodsynopsis>
12
-
<modifier>public</modifier>
13
-
<type>string</type>
14
-
<methodname>DirectoryIterator::getBasename</methodname>
15
-
<methodparam choice="opt">
16
-
<type>string</type>
17
-
<parameter>suffix</parameter>
18
-
</methodparam>
11
+
<methodsynopsis role="DirectoryIterator">
12
+
<modifier>public</modifier> <type>string</type><methodname>DirectoryIterator::getBasename</methodname>
13
+
<methodparam choice="opt"><type>string</type><parameter>suffix</parameter><initializer>""</initializer></methodparam>
19
14
</methodsynopsis>
20
15
<para>
21
16
Get the base name of the current <classname>DirectoryIterator</classname> item.
22
17