TAG ARCHIVE
Everything on arrays.
2 articles tagged arrays, sorted newest first.
php
Stop Looping: array_find, array_any and array_all in PHP 8.4
PHP 8.4 adds array_find, array_find_key, array_any and array_all — the readable way to search arrays and retire foreach-with-flag loops.
6 min read →
php
PHP 8.5 array_first and array_last: Clean Up Your Collection Fallbacks
PHP 8.5 adds two long-overdue functions that eliminate the awkward workarounds for accessing the first or last element of an array.
5 min read →