mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Add documentation of array_is_list() to UPGRADING
This commit is contained in:
parent
34041e6c57
commit
71301f5baf
1 changed files with 4 additions and 0 deletions
|
@ -155,6 +155,10 @@ PHP 8.1 UPGRADE NOTES
|
|||
6. New Functions
|
||||
========================================
|
||||
|
||||
- Core:
|
||||
. Added array_is_list(array $array), which will return true if the array keys are 0 .. count($array)-1 in that order.
|
||||
RFC: https://wiki.php.net/rfc/is_list
|
||||
|
||||
========================================
|
||||
7. New Classes and Interfaces
|
||||
========================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue