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 e784ba3 commit b75863fCopy full SHA for b75863f
reference/array/functions/list.xml
@@ -25,6 +25,11 @@
25
the numerical indices start at 0.
26
</para>
27
</note>
28
+ <para>
29
+ As of PHP 7.1.0, <function>list</function> can also contain explicit keys, allowing for the
30
+ destructuring of arrays with non-integer or non-sequential keys. For more details on
31
+ array destructuring, see the <link linkend="language.types.array">array destructuring section</link>.
32
+ </para>
33
</refsect1>
34
<refsect1 role="parameters">
35
&reftitle.parameters;
0 commit comments