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 d1fa309 commit e8600feCopy full SHA for e8600fe
language/types/array.xml
@@ -1162,7 +1162,8 @@ array(3) {
1162
<para>
1163
An array prefixed by <code>...</code> will be expanded in place during array definition.
1164
Only arrays and objects which implement <interfacename>Traversable</interfacename> can be expanded.
1165
- Array unpacking with <code>...</code> is available as of PHP 7.4.0.
+ Array unpacking with <code>...</code> is available as of PHP 7.4.0. This is also called
1166
+ the spread operator.
1167
</para>
1168
1169
0 commit comments