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

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

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<constructorsynopsis>
11
+
<constructorsynopsis role="SplFileInfo">
13
12
<modifier>public</modifier> <methodname>SplFileInfo::__construct</methodname>
14
-
<methodparam><type>string</type><parameter>file_name</parameter></methodparam>
13
+
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
15
14
</constructorsynopsis>
16
15
<para>
17
16
Creates a new SplFileInfo object for the file_name specified. The file
...
...
@@ -24,7 +23,7 @@
24
23
<para>
25
24
<variablelist>
26
25
<varlistentry>
27
-
<term><parameter>file_name</parameter></term>
26
+
<term><parameter>filename</parameter></term>
28
27
<listitem>
29
28
<para>
30
29
Path to the file.
...
...
@@ -56,7 +55,6 @@ if ($info->isFile()) {
56
55
</refsect1>
57
56

58
57
</refentry>
59
-

60
58
<!-- Keep this comment at the end of the file
61
59
Local variables:
62
60
mode: sgml
63
61