Re: [PHP-DEV] [RFC] array_search_range
Morgan <[email protected]>
| Newsgroups | gmane.comp.php.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2026-08-13 02:27, سپهر محمودی wrote: > Hi everyone, > > The main motivation is to provide a memory-efficient way to search > within a specific range of an array, avoiding the overhead of creating > intermediate arrays with array_slice(). > Have you thought about expanding this idea to include other functions with similar jobs (e.g. array_find, array_find_key, array_all, array_any)?