reference/info/functions/php-ini-scanned-files.xml
8dd14a886c7e954cef181c374b6f05cc7149e643
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>string</type><methodname>php_ini_scanned_files</methodname>
12
+
<type class="union"><type>string</type><type>false</type></type><methodname>php_ini_scanned_files</methodname>
13
13
<void/>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -24,6 +24,11 @@
24
24
</para>
25
25
</refsect1>
26
26

27
+
<refsect1 role="parameters">
28
+
&reftitle.parameters;
29
+
&no.function.parameters;
30
+
</refsect1>
31
+

27
32
<refsect1 role="returnvalues">
28
33
&reftitle.returnvalues;
29
34
<para>
...
...
@@ -75,7 +80,6 @@ if ($filelist = php_ini_scanned_files()) {
75
80
</refsect1>
76
81

77
82
</refentry>
78
-

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