reference/info/functions/ini-get-all.xml
4e6f0774f03131cbeeb8c21019a690bf97fd22b6
...
...
@@ -9,8 +9,8 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>array</type><methodname>ini_get_all</methodname>
13
-
<methodparam choice="opt"><type>string</type><parameter>extension</parameter></methodparam>
12
+
<type class="union"><type>array</type><type>false</type></type><methodname>ini_get_all</methodname>
13
+
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>extension</parameter><initializer>&null;</initializer></methodparam>
14
14
<methodparam choice="opt"><type>bool</type><parameter>details</parameter><initializer>&true;</initializer></methodparam>
15
15
</methodsynopsis>
16
16
<para>
...
...
@@ -26,7 +26,7 @@
26
26
<term><parameter>extension</parameter></term>
27
27
<listitem>
28
28
<para>
29
-
An optional extension name. If set, the function return only options
29
+
An optional extension name. If not &null; or the &string; <literal>core</literal>, the function returns only options
30
30
specific for that extension.
31
31
</para>
32
32
</listitem>
...
...
@@ -74,40 +74,6 @@
74
74
</note>
75
75
</refsect1>
76
76

77
-
<refsect1 role="notes">
78
-
&reftitle.notes;
79
-
<note>
80
-
<para>
81
-
<function>ini_get_all</function> ignores "array" ini options such as
82
-
pdo.dsn.*.
83
-
</para>
84
-
</note>
85
-
</refsect1>
86
-

87
-
<refsect1 role="changelog">
88
-
&reftitle.changelog;
89
-
<para>
90
-
<informaltable>
91
-
<tgroup cols="2">
92
-
<thead>
93
-
<row>
94
-
<entry>&Version;</entry>
95
-
<entry>&Description;</entry>
96
-
</row>
97
-
</thead>
98
-
<tbody>
99
-
<row>
100
-
<entry>5.3.0</entry>
101
-
<entry>
102
-
Added <parameter>details</parameter>.
103
-
</entry>
104
-
</row>
105
-
</tbody>
106
-
</tgroup>
107
-
</informaltable>
108
-
</para>
109
-
</refsect1>
110
-

111
77
<refsect1 role="examples">
112
78
&reftitle.examples;
113
79
<para>
...
...
@@ -193,11 +159,21 @@ Array
193
159
</para>
194
160
</refsect1>
195
161

162
+
<refsect1 role="notes">
163
+
&reftitle.notes;
164
+
<note>
165
+
<para>
166
+
<function>ini_get_all</function> ignores "array" ini options such as
167
+
pdo.dsn.*.
168
+
</para>
169
+
</note>
170
+
</refsect1>
171
+

196
172
<refsect1 role="seealso">
197
173
&reftitle.seealso;
198
174
<para>
199
175
<simplelist>
200
-
<member><xref linkend="configuration.changes" /></member>
176
+
<member><xref linkend="configuration.changes"/></member>
201
177
<member><function>ini_get</function></member>
202
178
<member><function>ini_restore</function></member>
203
179
<member><function>ini_set</function></member>
...
...
@@ -209,7 +185,6 @@ Array
209
185
</refsect1>
210
186

211
187
</refentry>
212
-

213
188
<!-- Keep this comment at the end of the file
214
189
Local variables:
215
190
mode: sgml
216
191