Provides user-land PHP polyfills for the array_first
and array_last
functions added in PHP 8.5.
Requires PHP 7.3 or later. Not supported on PHP 8.5 because these functions are natively implemented in PHP 8.5.
composer require polyfills/array-first-array-last
Simply use the array_first
and array_last
functions as if they were declared already.
Contributions are welcome either as a GitHub issue or a PR to this repo.