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 34041e6 commit 71301f5Copy full SHA for 71301f5
UPGRADING
@@ -155,6 +155,10 @@ PHP 8.1 UPGRADE NOTES
155
6. New Functions
156
========================================
157
158
+- Core:
159
+ . Added array_is_list(array $array), which will return true if the array keys are 0 .. count($array)-1 in that order.
160
+ RFC: https://wiki.php.net/rfc/is_list
161
+
162
163
7. New Classes and Interfaces
164
0 commit comments