We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc86ec commit c1cde99Copy full SHA for c1cde99
reference/info/functions/ini-get-all.xml
@@ -14,7 +14,7 @@
14
<methodparam choice="opt"><type>bool</type><parameter>details</parameter><initializer>&true;</initializer></methodparam>
15
</methodsynopsis>
16
<para>
17
- Returns all the registered configuration options.
+ Returns all the registered configuration options.
18
</para>
19
</refsect1>
20
@@ -48,6 +48,8 @@
48
&reftitle.returnvalues;
49
50
Returns an associative array with directive name as the array key.
51
+ Returns &false; and raises an <constant>E_WARNING</constant> level error
52
+ if the <parameter>extension</parameter> doesn't exist.
53
54
55
When <parameter>details</parameter> is &true; (default) the array will
0 commit comments